Documentation ¶
Index ¶
- Constants
- func CfgCongestionMarking() bool
- func CfgFaceQueueSize() int
- func CfgLockThreadsToCores() bool
- func CfgTCPLifetime() time.Duration
- func CfgTCPUnicastPort() int
- func CfgUDP4MulticastAddress() string
- func CfgUDP6MulticastAddress() string
- func CfgUDPLifetime() time.Duration
- func CfgUDPMulticastPort() int
- func CfgUDPUnicastPort() int
- func CfgUnixSocketPath() string
- func Initialize()
- func InterfaceByIP(ip net.IP) (*net.Interface, error)
- func InterfaceByMAC(mac net.HardwareAddr) (*net.Interface, error)
- func RegisterInternalTransport() (LinkService, *InternalTransport)
- type InternalTransport
- func (t *InternalTransport) Close()
- func (t *InternalTransport) ExpirationPeriod() time.Duration
- func (t *InternalTransport) FaceID() uint64
- func (t *InternalTransport) GetSendQueueSize() uint64
- func (t *InternalTransport) IsRunning() bool
- func (t *InternalTransport) LinkType() defn.LinkType
- func (t *InternalTransport) LocalURI() *defn.URI
- func (t *InternalTransport) MTU() int
- func (t *InternalTransport) NInBytes() uint64
- func (t *InternalTransport) NOutBytes() uint64
- func (t *InternalTransport) Persistency() spec_mgmt.Persistency
- func (t *InternalTransport) Receive() *spec.LpPacket
- func (t *InternalTransport) RemoteURI() *defn.URI
- func (t *InternalTransport) Scope() defn.Scope
- func (t *InternalTransport) Send(lpPkt *spec.LpPacket)
- func (t *InternalTransport) SetMTU(mtu int)
- func (t *InternalTransport) SetPersistency(persistency spec_mgmt.Persistency) bool
- func (t *InternalTransport) String() string
- type LinkService
- type Listener
- type MulticastUDPTransport
- func (t *MulticastUDPTransport) Close()
- func (t *MulticastUDPTransport) ExpirationPeriod() time.Duration
- func (t *MulticastUDPTransport) FaceID() uint64
- func (t *MulticastUDPTransport) GetSendQueueSize() uint64
- func (t *MulticastUDPTransport) IsRunning() bool
- func (t *MulticastUDPTransport) LinkType() defn.LinkType
- func (t *MulticastUDPTransport) LocalURI() *defn.URI
- func (t *MulticastUDPTransport) MTU() int
- func (t *MulticastUDPTransport) NInBytes() uint64
- func (t *MulticastUDPTransport) NOutBytes() uint64
- func (t *MulticastUDPTransport) Persistency() spec_mgmt.Persistency
- func (t *MulticastUDPTransport) RemoteURI() *defn.URI
- func (t *MulticastUDPTransport) Scope() defn.Scope
- func (t *MulticastUDPTransport) SetMTU(mtu int)
- func (t *MulticastUDPTransport) SetPersistency(persistency spec_mgmt.Persistency) bool
- func (t *MulticastUDPTransport) String() string
- type NDNLPLinkService
- func (l *NDNLPLinkService) Close()
- func (l *NDNLPLinkService) ExpirationPeriod() time.Duration
- func (l *NDNLPLinkService) FaceID() uint64
- func (l *NDNLPLinkService) LinkType() defn.LinkType
- func (l *NDNLPLinkService) LocalURI() *defn.URI
- func (l *NDNLPLinkService) MTU() int
- func (l *NDNLPLinkService) NInBytes() uint64
- func (l *NDNLPLinkService) NInData() uint64
- func (l *NDNLPLinkService) NInInterests() uint64
- func (l *NDNLPLinkService) NOutBytes() uint64
- func (l *NDNLPLinkService) NOutData() uint64
- func (l *NDNLPLinkService) NOutInterests() uint64
- func (l *NDNLPLinkService) Options() NDNLPLinkServiceOptions
- func (l *NDNLPLinkService) Persistency() spec_mgmt.Persistency
- func (l *NDNLPLinkService) RemoteURI() *defn.URI
- func (l *NDNLPLinkService) Run(initial []byte)
- func (l *NDNLPLinkService) Scope() defn.Scope
- func (l *NDNLPLinkService) SendPacket(out dispatch.OutPkt)
- func (l *NDNLPLinkService) SetFaceID(faceID uint64)
- func (l *NDNLPLinkService) SetMTU(mtu int)
- func (l *NDNLPLinkService) SetOptions(options NDNLPLinkServiceOptions)
- func (l *NDNLPLinkService) SetPersistency(persistency spec_mgmt.Persistency)
- func (l *NDNLPLinkService) State() defn.State
- func (l *NDNLPLinkService) String() string
- func (l *NDNLPLinkService) Transport() transport
- type NDNLPLinkServiceOptions
- type NullLinkService
- func (l *NullLinkService) Close()
- func (l *NullLinkService) ExpirationPeriod() time.Duration
- func (l *NullLinkService) FaceID() uint64
- func (l *NullLinkService) LinkType() defn.LinkType
- func (l *NullLinkService) LocalURI() *defn.URI
- func (l *NullLinkService) MTU() int
- func (l *NullLinkService) NInBytes() uint64
- func (l *NullLinkService) NInData() uint64
- func (l *NullLinkService) NInInterests() uint64
- func (l *NullLinkService) NOutBytes() uint64
- func (l *NullLinkService) NOutData() uint64
- func (l *NullLinkService) NOutInterests() uint64
- func (l *NullLinkService) Persistency() spec_mgmt.Persistency
- func (l *NullLinkService) RemoteURI() *defn.URI
- func (l *NullLinkService) Run(initial []byte)
- func (l *NullLinkService) Scope() defn.Scope
- func (l *NullLinkService) SendPacket(out dispatch.OutPkt)
- func (l *NullLinkService) SetFaceID(faceID uint64)
- func (l *NullLinkService) SetMTU(mtu int)
- func (l *NullLinkService) SetPersistency(persistency spec_mgmt.Persistency)
- func (l *NullLinkService) State() defn.State
- func (l *NullLinkService) String() string
- func (l *NullLinkService) Transport() transport
- type NullTransport
- func (t *NullTransport) Close()
- func (t *NullTransport) ExpirationPeriod() time.Duration
- func (t *NullTransport) FaceID() uint64
- func (t *NullTransport) GetSendQueueSize() uint64
- func (t *NullTransport) IsRunning() bool
- func (t *NullTransport) LinkType() defn.LinkType
- func (t *NullTransport) LocalURI() *defn.URI
- func (t *NullTransport) MTU() int
- func (t *NullTransport) NInBytes() uint64
- func (t *NullTransport) NOutBytes() uint64
- func (t *NullTransport) Persistency() spec_mgmt.Persistency
- func (t *NullTransport) RemoteURI() *defn.URI
- func (t *NullTransport) Scope() defn.Scope
- func (t *NullTransport) SetMTU(mtu int)
- func (t *NullTransport) SetPersistency(persistency spec_mgmt.Persistency) bool
- func (t *NullTransport) String() string
- type TCPListener
- type Table
- type UDPListener
- type UnicastTCPTransport
- func (t *UnicastTCPTransport) Close()
- func (t *UnicastTCPTransport) CloseConn()
- func (t *UnicastTCPTransport) ExpirationPeriod() time.Duration
- func (t *UnicastTCPTransport) FaceID() uint64
- func (t *UnicastTCPTransport) GetSendQueueSize() uint64
- func (t *UnicastTCPTransport) IsRunning() bool
- func (t *UnicastTCPTransport) LinkType() defn.LinkType
- func (t *UnicastTCPTransport) LocalURI() *defn.URI
- func (t *UnicastTCPTransport) MTU() int
- func (t *UnicastTCPTransport) NInBytes() uint64
- func (t *UnicastTCPTransport) NOutBytes() uint64
- func (t *UnicastTCPTransport) Persistency() spec_mgmt.Persistency
- func (t *UnicastTCPTransport) RemoteURI() *defn.URI
- func (t *UnicastTCPTransport) Scope() defn.Scope
- func (t *UnicastTCPTransport) SetMTU(mtu int)
- func (t *UnicastTCPTransport) SetPersistency(persistency spec_mgmt.Persistency) bool
- func (t *UnicastTCPTransport) String() string
- type UnicastUDPTransport
- func (t *UnicastUDPTransport) Close()
- func (t *UnicastUDPTransport) ExpirationPeriod() time.Duration
- func (t *UnicastUDPTransport) FaceID() uint64
- func (t *UnicastUDPTransport) GetSendQueueSize() uint64
- func (t *UnicastUDPTransport) IsRunning() bool
- func (t *UnicastUDPTransport) LinkType() defn.LinkType
- func (t *UnicastUDPTransport) LocalURI() *defn.URI
- func (t *UnicastUDPTransport) MTU() int
- func (t *UnicastUDPTransport) NInBytes() uint64
- func (t *UnicastUDPTransport) NOutBytes() uint64
- func (t *UnicastUDPTransport) Persistency() spec_mgmt.Persistency
- func (t *UnicastUDPTransport) RemoteURI() *defn.URI
- func (t *UnicastUDPTransport) Scope() defn.Scope
- func (t *UnicastUDPTransport) SetMTU(mtu int)
- func (t *UnicastUDPTransport) SetPersistency(persistency spec_mgmt.Persistency) bool
- func (t *UnicastUDPTransport) String() string
- type UnixStreamListener
- type UnixStreamTransport
- func (t *UnixStreamTransport) Close()
- func (t *UnixStreamTransport) ExpirationPeriod() time.Duration
- func (t *UnixStreamTransport) FaceID() uint64
- func (t *UnixStreamTransport) GetSendQueueSize() uint64
- func (t *UnixStreamTransport) IsRunning() bool
- func (t *UnixStreamTransport) LinkType() defn.LinkType
- func (t *UnixStreamTransport) LocalURI() *defn.URI
- func (t *UnixStreamTransport) MTU() int
- func (t *UnixStreamTransport) NInBytes() uint64
- func (t *UnixStreamTransport) NOutBytes() uint64
- func (t *UnixStreamTransport) Persistency() spec_mgmt.Persistency
- func (t *UnixStreamTransport) RemoteURI() *defn.URI
- func (t *UnixStreamTransport) Scope() defn.Scope
- func (t *UnixStreamTransport) SetMTU(mtu int)
- func (t *UnixStreamTransport) SetPersistency(persistency spec_mgmt.Persistency) bool
- func (t *UnixStreamTransport) String() string
- type WebSocketListener
- type WebSocketListenerConfig
- type WebSocketTransport
- func (t *WebSocketTransport) Close()
- func (t *WebSocketTransport) ExpirationPeriod() time.Duration
- func (t *WebSocketTransport) FaceID() uint64
- func (t *WebSocketTransport) GetSendQueueSize() uint64
- func (t *WebSocketTransport) IsRunning() bool
- func (t *WebSocketTransport) LinkType() defn.LinkType
- func (t *WebSocketTransport) LocalURI() *defn.URI
- func (t *WebSocketTransport) MTU() int
- func (t *WebSocketTransport) NInBytes() uint64
- func (t *WebSocketTransport) NOutBytes() uint64
- func (t *WebSocketTransport) Persistency() spec_mgmt.Persistency
- func (t *WebSocketTransport) RemoteURI() *defn.URI
- func (t *WebSocketTransport) Scope() defn.Scope
- func (t *WebSocketTransport) SetMTU(mtu int)
- func (t *WebSocketTransport) SetPersistency(persistency spec_mgmt.Persistency) bool
- func (t *WebSocketTransport) String() string
Constants ¶
const ( FaceFlagLocalFields = 1 << iota FaceFlagLpReliabilityEnabled FaceFlagCongestionMarking )
Variables ¶
This section is empty.
Functions ¶
func CfgCongestionMarking ¶ added in v1.4.3
func CfgCongestionMarking() bool
CfgCongestionMarking returns whether congestion marking is enabled or disabled.
func CfgFaceQueueSize ¶ added in v1.4.3
func CfgFaceQueueSize() int
CfgFaceQueueSize returns the maximum number of packets that can be buffered to be sent or received on a face.
func CfgLockThreadsToCores ¶ added in v1.4.3
func CfgLockThreadsToCores() bool
CfgLockThreadsToCores returns whether face threads will be locked to logical cores.
func CfgTCPLifetime ¶ added in v1.4.3
CfgTCPLifetime returns the lifetime of on-demand TCP faces after they become idle.
func CfgTCPUnicastPort ¶ added in v1.4.3
func CfgTCPUnicastPort() int
CfgTCPUnicastPort returns the configured unicast TCP port.
func CfgUDP4MulticastAddress ¶ added in v1.4.3
func CfgUDP4MulticastAddress() string
CfgUDP4MulticastAddress returns the configured multicast UDP4 address.
func CfgUDP6MulticastAddress ¶ added in v1.4.3
func CfgUDP6MulticastAddress() string
CfgUDP6MulticastAddress returns the configured multicast UDP6 address.
func CfgUDPLifetime ¶ added in v1.4.3
CfgUDPLifetime returns the lifetime of on-demand UDP faces after they become idle.
func CfgUDPMulticastPort ¶ added in v1.4.3
func CfgUDPMulticastPort() int
CfgUDPMulticastPort returns the configured multicast UDP port.
func CfgUDPUnicastPort ¶ added in v1.4.3
func CfgUDPUnicastPort() int
CfgUDPUnicastPort returns the configured unicast UDP port.
func CfgUnixSocketPath ¶ added in v1.4.3
func CfgUnixSocketPath() string
CfgUnixSocketPath returns the configured Unix socket file path.
func InterfaceByIP ¶
InterfaceByIP gets an interface by its IP address.
func InterfaceByMAC ¶
func InterfaceByMAC(mac net.HardwareAddr) (*net.Interface, error)
InterfaceByMAC gets an interface by its MAC address.
func RegisterInternalTransport ¶
func RegisterInternalTransport() (LinkService, *InternalTransport)
RegisterInternalTransport creates, registers, and starts an InternalTransport.
Types ¶
type InternalTransport ¶
type InternalTransport struct {
// contains filtered or unexported fields
}
InternalTransport is a transport for use by internal YaNFD modules (e.g., management).
func MakeInternalTransport ¶
func MakeInternalTransport() *InternalTransport
MakeInternalTransport makes an InternalTransport.
func (*InternalTransport) Close ¶
func (t *InternalTransport) Close()
func (*InternalTransport) ExpirationPeriod ¶
ExpirationPeriod returns the time until this face expires. If transport not on-demand, returns 0.
func (*InternalTransport) GetSendQueueSize ¶
func (t *InternalTransport) GetSendQueueSize() uint64
GetSendQueueSize returns the current size of the send queue.
func (*InternalTransport) Persistency ¶
func (t *InternalTransport) Persistency() spec_mgmt.Persistency
func (*InternalTransport) Receive ¶
func (t *InternalTransport) Receive() *spec.LpPacket
Receive receives a packet from the perspective of the internal component.
func (*InternalTransport) Send ¶
func (t *InternalTransport) Send(lpPkt *spec.LpPacket)
Send sends a packet from the perspective of the internal component.
func (*InternalTransport) SetPersistency ¶
func (t *InternalTransport) SetPersistency(persistency spec_mgmt.Persistency) bool
SetPersistency changes the persistency of the face.
func (*InternalTransport) String ¶
func (t *InternalTransport) String() string
type LinkService ¶
type LinkService interface { String() string Transport() transport SetFaceID(faceID uint64) FaceID() uint64 LocalURI() *defn.URI RemoteURI() *defn.URI Persistency() spec_mgmt.Persistency SetPersistency(persistency spec_mgmt.Persistency) Scope() defn.Scope LinkType() defn.LinkType MTU() int SetMTU(mtu int) ExpirationPeriod() time.Duration State() defn.State // Run is the main entry point for running face thread // initial is optional new incoming frame Run(initial []byte) // Add a packet to the send queue for this link service SendPacket(out dispatch.OutPkt) // Close the face Close() // Counters NInInterests() uint64 NInData() uint64 NInBytes() uint64 NOutInterests() uint64 NOutData() uint64 NOutBytes() uint64 // contains filtered or unexported methods }
LinkService is an interface for link service implementations
type Listener ¶
type Listener interface { String() string Run() Close() }
Listener listens for incoming unicast connections for a transport type.
type MulticastUDPTransport ¶
type MulticastUDPTransport struct {
// contains filtered or unexported fields
}
MulticastUDPTransport is a multicast UDP transport.
func MakeMulticastUDPTransport ¶
func MakeMulticastUDPTransport(localURI *defn.URI) (*MulticastUDPTransport, error)
MakeMulticastUDPTransport creates a new multicast UDP transport.
func (*MulticastUDPTransport) Close ¶
func (t *MulticastUDPTransport) Close()
func (*MulticastUDPTransport) ExpirationPeriod ¶
ExpirationPeriod returns the time until this face expires. If transport not on-demand, returns 0.
func (*MulticastUDPTransport) GetSendQueueSize ¶
func (t *MulticastUDPTransport) GetSendQueueSize() uint64
func (*MulticastUDPTransport) Persistency ¶
func (t *MulticastUDPTransport) Persistency() spec_mgmt.Persistency
func (*MulticastUDPTransport) SetPersistency ¶
func (t *MulticastUDPTransport) SetPersistency(persistency spec_mgmt.Persistency) bool
func (*MulticastUDPTransport) String ¶
func (t *MulticastUDPTransport) String() string
type NDNLPLinkService ¶
type NDNLPLinkService struct {
// contains filtered or unexported fields
}
NDNLPLinkService is a link service implementing the NDNLPv2 link protocol
func MakeNDNLPLinkService ¶
func MakeNDNLPLinkService(transport transport, options NDNLPLinkServiceOptions) *NDNLPLinkService
MakeNDNLPLinkService creates a new NDNLPv2 link service
func (*NDNLPLinkService) ExpirationPeriod ¶
ExpirationPeriod returns the time until the underlying transport expires. If transport not on-demand, returns 0.
func (*NDNLPLinkService) FaceID ¶
func (l *NDNLPLinkService) FaceID() uint64
FaceID returns the ID of the face
func (*NDNLPLinkService) MTU ¶
func (l *NDNLPLinkService) MTU() int
MTU returns the MTU of the underlying transport.
func (*NDNLPLinkService) NInBytes ¶
func (l *NDNLPLinkService) NInBytes() uint64
NInBytes returns the number of link-layer bytes received on this face.
func (*NDNLPLinkService) NInData ¶
func (l *NDNLPLinkService) NInData() uint64
NInData returns the number of Data packets received on this face.
func (*NDNLPLinkService) NInInterests ¶
func (l *NDNLPLinkService) NInInterests() uint64
NInInterests returns the number of Interests received on this face.
func (*NDNLPLinkService) NOutBytes ¶
func (l *NDNLPLinkService) NOutBytes() uint64
NOutBytes returns the number of link-layer bytes sent on this face.
func (*NDNLPLinkService) NOutData ¶
func (l *NDNLPLinkService) NOutData() uint64
NInData returns the number of Data packets sent on this face.
func (*NDNLPLinkService) NOutInterests ¶
func (l *NDNLPLinkService) NOutInterests() uint64
NOutInterests returns the number of Interests sent on this face.
func (*NDNLPLinkService) Options ¶
func (l *NDNLPLinkService) Options() NDNLPLinkServiceOptions
Options gets the settings of the NDNLPLinkService.
func (*NDNLPLinkService) Persistency ¶
func (l *NDNLPLinkService) Persistency() spec_mgmt.Persistency
Persistency returns the MTU of the underlying transport.
func (*NDNLPLinkService) Run ¶
func (l *NDNLPLinkService) Run(initial []byte)
Run starts the face and associated goroutines
func (*NDNLPLinkService) SendPacket ¶
SendPacket adds a packet to the send queue for this link service
func (*NDNLPLinkService) SetMTU ¶
func (l *NDNLPLinkService) SetMTU(mtu int)
SetMTU sets the MTU of the underlying transport.
func (*NDNLPLinkService) SetOptions ¶
func (l *NDNLPLinkService) SetOptions(options NDNLPLinkServiceOptions)
SetOptions changes the settings of the NDNLPLinkService.
func (*NDNLPLinkService) SetPersistency ¶
func (l *NDNLPLinkService) SetPersistency(persistency spec_mgmt.Persistency)
SetPersistency sets the MTU of the underlying transport.
type NDNLPLinkServiceOptions ¶
type NDNLPLinkServiceOptions struct { IsFragmentationEnabled bool IsReassemblyEnabled bool IsConsumerControlledForwardingEnabled bool IsIncomingFaceIndicationEnabled bool IsLocalCachePolicyEnabled bool IsCongestionMarkingEnabled bool BaseCongestionMarkingInterval time.Duration DefaultCongestionThresholdBytes uint64 }
NDNLPLinkServiceOptions contains the settings for an NDNLPLinkService.
func MakeNDNLPLinkServiceOptions ¶
func MakeNDNLPLinkServiceOptions() NDNLPLinkServiceOptions
func (*NDNLPLinkServiceOptions) Flags ¶
func (op *NDNLPLinkServiceOptions) Flags() (ret uint64)
type NullLinkService ¶
type NullLinkService struct {
// contains filtered or unexported fields
}
NullLinkService is a link service that drops all packets.
func MakeNullLinkService ¶
func MakeNullLinkService(transport transport) *NullLinkService
MakeNullLinkService makes a NullLinkService.
func (*NullLinkService) ExpirationPeriod ¶
ExpirationPeriod returns the time until the underlying transport expires. If transport not on-demand, returns 0.
func (*NullLinkService) FaceID ¶
func (l *NullLinkService) FaceID() uint64
FaceID returns the ID of the face
func (*NullLinkService) MTU ¶
func (l *NullLinkService) MTU() int
MTU returns the MTU of the underlying transport.
func (*NullLinkService) NInBytes ¶
func (l *NullLinkService) NInBytes() uint64
NInBytes returns the number of link-layer bytes received on this face.
func (*NullLinkService) NInData ¶
func (l *NullLinkService) NInData() uint64
NInData returns the number of Data packets received on this face.
func (*NullLinkService) NInInterests ¶
func (l *NullLinkService) NInInterests() uint64
NInInterests returns the number of Interests received on this face.
func (*NullLinkService) NOutBytes ¶
func (l *NullLinkService) NOutBytes() uint64
NOutBytes returns the number of link-layer bytes sent on this face.
func (*NullLinkService) NOutData ¶
func (l *NullLinkService) NOutData() uint64
NInData returns the number of Data packets sent on this face.
func (*NullLinkService) NOutInterests ¶
func (l *NullLinkService) NOutInterests() uint64
NOutInterests returns the number of Interests sent on this face.
func (*NullLinkService) Persistency ¶
func (l *NullLinkService) Persistency() spec_mgmt.Persistency
Persistency returns the MTU of the underlying transport.
func (*NullLinkService) Run ¶
func (l *NullLinkService) Run(initial []byte)
Run runs the NullLinkService.
func (*NullLinkService) SendPacket ¶
SendPacket adds a packet to the send queue for this link service
func (*NullLinkService) SetMTU ¶
func (l *NullLinkService) SetMTU(mtu int)
SetMTU sets the MTU of the underlying transport.
func (*NullLinkService) SetPersistency ¶
func (l *NullLinkService) SetPersistency(persistency spec_mgmt.Persistency)
SetPersistency sets the MTU of the underlying transport.
type NullTransport ¶
type NullTransport struct {
// contains filtered or unexported fields
}
NullTransport is a transport that drops all packets.
func MakeNullTransport ¶
func MakeNullTransport() *NullTransport
MakeNullTransport makes a NullTransport.
func (*NullTransport) Close ¶
func (t *NullTransport) Close()
func (*NullTransport) ExpirationPeriod ¶
ExpirationPeriod returns the time until this face expires. If transport not on-demand, returns 0.
func (*NullTransport) GetSendQueueSize ¶
func (t *NullTransport) GetSendQueueSize() uint64
GetSendQueueSize returns the current size of the send queue.
func (*NullTransport) Persistency ¶
func (t *NullTransport) Persistency() spec_mgmt.Persistency
func (*NullTransport) SetPersistency ¶
func (t *NullTransport) SetPersistency(persistency spec_mgmt.Persistency) bool
SetPersistency changes the persistency of the face.
func (*NullTransport) String ¶
func (t *NullTransport) String() string
type TCPListener ¶
type TCPListener struct {
// contains filtered or unexported fields
}
TCPListener listens for incoming TCP unicast connections.
func MakeTCPListener ¶
func MakeTCPListener(localURI *defn.URI) (*TCPListener, error)
MakeTCPListener constructs a TCPListener.
func (*TCPListener) Close ¶
func (l *TCPListener) Close()
func (*TCPListener) Run ¶
func (l *TCPListener) Run()
func (*TCPListener) String ¶
func (l *TCPListener) String() string
type Table ¶
type Table struct {
// contains filtered or unexported fields
}
Table hold all faces used by the forwarder.
var FaceTable Table
FaceTable is the global face table for this forwarder
func (*Table) Get ¶
func (t *Table) Get(id uint64) LinkService
Get gets the face with the specified ID (if any) from the face table.
type UDPListener ¶
type UDPListener struct {
// contains filtered or unexported fields
}
UDPListener listens for incoming UDP unicast connections.
func MakeUDPListener ¶
func MakeUDPListener(localURI *defn.URI) (*UDPListener, error)
MakeUDPListener constructs a UDPListener.
func (*UDPListener) Close ¶
func (l *UDPListener) Close()
func (*UDPListener) String ¶
func (l *UDPListener) String() string
type UnicastTCPTransport ¶
type UnicastTCPTransport struct {
// contains filtered or unexported fields
}
UnicastTCPTransport is a unicast TCP transport.
func AcceptUnicastTCPTransport ¶
func AcceptUnicastTCPTransport( remoteConn net.Conn, localURI *defn.URI, persistency spec_mgmt.Persistency, ) (*UnicastTCPTransport, error)
Accept an incoming unicast TCP transport.
func MakeUnicastTCPTransport ¶
func MakeUnicastTCPTransport( remoteURI *defn.URI, localURI *defn.URI, persistency spec_mgmt.Persistency, ) (*UnicastTCPTransport, error)
Makes an outgoing unicast TCP transport.
func (*UnicastTCPTransport) Close ¶
func (t *UnicastTCPTransport) Close()
Close the connection permanently - this will not attempt to reconnect.
func (*UnicastTCPTransport) CloseConn ¶
func (t *UnicastTCPTransport) CloseConn()
Close the inner connection if running without closing the transport.
func (*UnicastTCPTransport) ExpirationPeriod ¶
ExpirationPeriod returns the time until this face expires. If transport not on-demand, returns 0.
func (*UnicastTCPTransport) GetSendQueueSize ¶
func (t *UnicastTCPTransport) GetSendQueueSize() uint64
func (*UnicastTCPTransport) Persistency ¶
func (t *UnicastTCPTransport) Persistency() spec_mgmt.Persistency
func (*UnicastTCPTransport) SetPersistency ¶
func (t *UnicastTCPTransport) SetPersistency(persistency spec_mgmt.Persistency) bool
func (*UnicastTCPTransport) String ¶
func (t *UnicastTCPTransport) String() string
type UnicastUDPTransport ¶
type UnicastUDPTransport struct {
// contains filtered or unexported fields
}
UnicastUDPTransport is a unicast UDP transport.
func MakeUnicastUDPTransport ¶
func MakeUnicastUDPTransport( remoteURI *defn.URI, localURI *defn.URI, persistency spec_mgmt.Persistency, ) (*UnicastUDPTransport, error)
MakeUnicastUDPTransport creates a new unicast UDP transport.
func (*UnicastUDPTransport) Close ¶
func (t *UnicastUDPTransport) Close()
func (*UnicastUDPTransport) ExpirationPeriod ¶
ExpirationPeriod returns the time until this face expires. If transport not on-demand, returns 0.
func (*UnicastUDPTransport) GetSendQueueSize ¶
func (t *UnicastUDPTransport) GetSendQueueSize() uint64
func (*UnicastUDPTransport) Persistency ¶
func (t *UnicastUDPTransport) Persistency() spec_mgmt.Persistency
func (*UnicastUDPTransport) SetPersistency ¶
func (t *UnicastUDPTransport) SetPersistency(persistency spec_mgmt.Persistency) bool
func (*UnicastUDPTransport) String ¶
func (t *UnicastUDPTransport) String() string
type UnixStreamListener ¶
type UnixStreamListener struct {
// contains filtered or unexported fields
}
UnixStreamListener listens for incoming Unix stream connections.
func MakeUnixStreamListener ¶
func MakeUnixStreamListener(localURI *defn.URI) (*UnixStreamListener, error)
MakeUnixStreamListener constructs a UnixStreamListener.
func (*UnixStreamListener) Close ¶
func (l *UnixStreamListener) Close()
func (*UnixStreamListener) Run ¶
func (l *UnixStreamListener) Run()
func (*UnixStreamListener) String ¶
func (l *UnixStreamListener) String() string
type UnixStreamTransport ¶
type UnixStreamTransport struct {
// contains filtered or unexported fields
}
UnixStreamTransport is a Unix stream transport for communicating with local applications.
func MakeUnixStreamTransport ¶
func MakeUnixStreamTransport(remoteURI *defn.URI, localURI *defn.URI, conn net.Conn) (*UnixStreamTransport, error)
MakeUnixStreamTransport creates a Unix stream transport.
func (*UnixStreamTransport) Close ¶
func (t *UnixStreamTransport) Close()
func (*UnixStreamTransport) ExpirationPeriod ¶
ExpirationPeriod returns the time until this face expires. If transport not on-demand, returns 0.
func (*UnixStreamTransport) GetSendQueueSize ¶
func (t *UnixStreamTransport) GetSendQueueSize() uint64
GetSendQueueSize returns the current size of the send queue.
func (*UnixStreamTransport) Persistency ¶
func (t *UnixStreamTransport) Persistency() spec_mgmt.Persistency
func (*UnixStreamTransport) SetPersistency ¶
func (t *UnixStreamTransport) SetPersistency(persistency spec_mgmt.Persistency) bool
SetPersistency changes the persistency of the face.
func (*UnixStreamTransport) String ¶
func (t *UnixStreamTransport) String() string
type WebSocketListener ¶
type WebSocketListener struct {
// contains filtered or unexported fields
}
WebSocketListener listens for incoming WebSockets connections.
func NewWebSocketListener ¶
func NewWebSocketListener(cfg WebSocketListenerConfig) (*WebSocketListener, error)
func (*WebSocketListener) Close ¶
func (l *WebSocketListener) Close()
func (*WebSocketListener) Run ¶
func (l *WebSocketListener) Run()
func (*WebSocketListener) String ¶
func (l *WebSocketListener) String() string
type WebSocketListenerConfig ¶
type WebSocketListenerConfig struct { Bind string Port uint16 TLSEnabled bool TLSCert string TLSKey string }
WebSocketListenerConfig contains WebSocketListener configuration.
func (WebSocketListenerConfig) String ¶
func (cfg WebSocketListenerConfig) String() string
func (WebSocketListenerConfig) URL ¶
func (cfg WebSocketListenerConfig) URL() *url.URL
type WebSocketTransport ¶
type WebSocketTransport struct {
// contains filtered or unexported fields
}
WebSocketTransport communicates with web applications via WebSocket.
func NewWebSocketTransport ¶
func NewWebSocketTransport(localURI *defn.URI, c *websocket.Conn) (t *WebSocketTransport)
func (*WebSocketTransport) Close ¶
func (t *WebSocketTransport) Close()
func (*WebSocketTransport) ExpirationPeriod ¶
ExpirationPeriod returns the time until this face expires. If transport not on-demand, returns 0.
func (*WebSocketTransport) GetSendQueueSize ¶
func (t *WebSocketTransport) GetSendQueueSize() uint64
func (*WebSocketTransport) Persistency ¶
func (t *WebSocketTransport) Persistency() spec_mgmt.Persistency
func (*WebSocketTransport) SetPersistency ¶
func (t *WebSocketTransport) SetPersistency(persistency spec_mgmt.Persistency) bool
func (*WebSocketTransport) String ¶
func (t *WebSocketTransport) String() string
Source Files ¶
- config.go
- interfaces.go
- internal-transport.go
- link-service.go
- listener.go
- multicast-udp-transport.go
- ndnlp-link-service.go
- null-link-service.go
- null-transport.go
- stream-transport.go
- table.go
- tcp-listener.go
- transport.go
- udp-listener.go
- unicast-tcp-transport.go
- unicast-udp-transport.go
- unix-stream-listener.go
- unix-stream-transport.go
- web-socket-listener.go
- web-socket-transport.go