Documentation ¶
Index ¶
Constants ¶
View Source
const MaxAckDelay = time.Millisecond * 25
View Source
const MaxPacketSize = 1452
View Source
const MaxUDPPayloadSize = 1472
View Source
const MinPacketSize = 1200
View Source
const PacketHeaderSize = 20
View Source
const ReceiveBufferSize = 1024 * 1024 * 7
View Source
const SendBufferSize = 1024 * 1024 * 7
View Source
const TimerGranularity = time.Millisecond * 2
Variables ¶
View Source
var Magic = []byte{0x20, 0x24, 0x10, 0x01}
Functions ¶
This section is empty.
Types ¶
type ConnectionID ¶
type ConnectionID int64
Click to show internal directories.
Click to hide internal directories.