Documentation ¶
Index ¶
Constants ¶
View Source
const ( // simplified server-side tcp states CLOSED tcpState = 0x0 SYN_RCVD tcpState = 0x1 ESTABLISHED tcpState = 0x2 FIN_WAIT_1 tcpState = 0x3 FIN_WAIT_2 tcpState = 0x4 CLOSING tcpState = 0x5 LAST_ACK tcpState = 0x6 TIME_WAIT tcpState = 0x7 MAX_RECV_WINDOW int = 65535 MAX_SEND_WINDOW int = 65535 )
View Source
const (
MTU = 1500
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.