Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PacketDispatcher ¶
type PacketDispatcher interface {
DispatchToOutbound(packet v2net.Packet) ray.InboundRay
}
PacketDispatcher dispatch a packet and possibly further network payload to its destination.
type Space ¶ added in v1.1.1
type Space struct {
// contains filtered or unexported fields
}
func (*Space) HasDnsCache ¶ added in v1.1.1
func (*Space) HasPacketDispatcher ¶ added in v1.1.1
func (*Space) PacketDispatcher ¶ added in v1.1.1
func (this *Space) PacketDispatcher() PacketDispatcher
Click to show internal directories.
Click to hide internal directories.