Documentation
¶
Index ¶
Constants ¶
View Source
const ( DLDR = iota + 1 USAR ERIR UPIR TMIR SESR UISR )
View Source
const ( DROP = 1 << 0 FORW = 1 << 1 BUFF = 1 << 2 NOCP = 1 << 3 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface { NotifySessReport(SessReport) PopBufPkt(uint64, uint16) ([]byte, bool) }
type USAReport ¶
type USAReport struct { URRID uint32 URSEQN uint32 USARTrigger UsageReportTrigger }
type UsageReportTrigger ¶
Click to show internal directories.
Click to hide internal directories.