Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Base ¶
type Base struct {
// contains filtered or unexported fields
}
func (*Base) SendPacket ¶
type ExtensionData ¶
type NoQueue ¶
type NoQueue struct {
*Base
// contains filtered or unexported fields
}
func NewNoQueue ¶
type PacketTime ¶
type PacketTime struct {
// contains filtered or unexported fields
}
func NewPacketTime ¶
func NewPacketTime() *PacketTime
func (*PacketTime) Get ¶
func (p *PacketTime) Get() time.Time
type PassThrough ¶
type PassThrough struct {
*Base
}
func NewPassThrough ¶
func NewPassThrough(logger logger.Logger) *PassThrough
func (*PassThrough) Enqueue ¶
func (p *PassThrough) Enqueue(pkt Packet)
func (*PassThrough) Stop ¶
func (p *PassThrough) Stop()
Click to show internal directories.
Click to hide internal directories.