Documentation ¶
Index ¶
Constants ¶
View Source
const MaxUDPRecvBuffer = 2048
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataReader ¶
type DataReader interface {
ReadData() []byte
}
type DataWriter ¶
type DataWriter interface {
WriteData(data []byte)
}
Click to show internal directories.
Click to hide internal directories.