Documentation ¶
Index ¶
- type Conf
- type ConfMsg
- type IPAdapter
- func (adapter *IPAdapter) HandshakeComplete(peer gateway.PeerWriter)
- func (adapter *IPAdapter) ProcessCtrlMsg(msg gateway.Message, remoteIA addr.IA)
- func (adapter *IPAdapter) ProcessEgressPkt(buf []byte, getPeerWriter func(string) (gateway.PeerWriter, error))
- func (adapter *IPAdapter) ProcessIngressPkt(buf []byte)
- func (adapter *IPAdapter) Read(buf []byte) (int, error)
- func (adapter *IPAdapter) String() string
- type Router
- type YIP
- type YIPNet
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPAdapter ¶
type IPAdapter struct {
// contains filtered or unexported fields
}
func NewIPAdapter ¶
NewIPAdapter returns a new IPAdapter
func (*IPAdapter) HandshakeComplete ¶
func (adapter *IPAdapter) HandshakeComplete(peer gateway.PeerWriter)
func (*IPAdapter) ProcessCtrlMsg ¶
func (*IPAdapter) ProcessEgressPkt ¶
func (*IPAdapter) ProcessIngressPkt ¶
Click to show internal directories.
Click to hide internal directories.