Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseAddress ¶
ParseAddress parses a string.
Little endian hosts: "0100007F:0050" (127.0.0.1:80) "000080FE00000000FF57A6705DC771FE:0050" ([fe80::70a6:57ff:fe71:c75d]:80) "00000000000000000000000000000000:0050" (0.0.0.0:80)
Big endian hosts: "7F000001:0050" (127.0.0.1:80) "FE8000000000000070A657FFFE71C75D:0050" ([fe80::70a6:57ff:fe71:c75d]:80) "00000000000000000000000000000000:0050" (0.0.0.0:80)
See https://serverfault.com/questions/592574/why-does-proc-net-tcp6-represents-1-as-1000
Types ¶
type Entry ¶
Click to show internal directories.
Click to hide internal directories.