Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // States holds a map of states with their associated int. States = map[uint8]string{ 1: "ESTABLISHED", 2: "SYNSENT", 3: "SYNRECV", 4: "FINWAIT1", 5: "FINWAIT2", 6: "TIMEWAIT", 7: "CLOSE", 8: "CLOSEWAIT", 9: "LASTACK", 10: "LISTEN", 11: "CLOSING", 12: "NEWSYNRECV", } )
Functions ¶
func FlagsToString ¶
FlagsToString returns a string representation of the tcp flags.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.