Documentation ¶
Index ¶
- type Sig
- type SigIdType
- type SigMap
- func (sm *SigMap) Delete(key SigIdType)
- func (sm *SigMap) GetSig(currSigId SigIdType) *Sig
- func (sm *SigMap) Load(key SigIdType) (*Sig, bool)
- func (sm *SigMap) LoadOrStore(key SigIdType, value *Sig) (*Sig, bool)
- func (sm *SigMap) Range(f func(key SigIdType, value *Sig) bool)
- func (sm *SigMap) Store(key SigIdType, value *Sig)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sig ¶
type Sig struct { IA addr.IA Id SigIdType Host addr.HostAddr CtrlL4Port int EncapL4Port int Active bool // If from local config file true, else from discovery, so false. Static bool // contains filtered or unexported fields }
func (*Sig) CtrlSnetAddr ¶
func (*Sig) EncapSnetAddr ¶
func (*Sig) ExpireFails ¶
func (s *Sig) ExpireFails()
Click to show internal directories.
Click to hide internal directories.