package
Version:
v2.0.0-alpha.2
Opens a new window with list of versions in this module.
Published: Oct 3, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
const (
TCP Kind = "tcp"
TCP6 Kind = "tcp6"
UDP Kind = "udp"
UDP6 Kind = "udp6"
)
type Socket struct {
Kind Kind `json:"kind"`
IP net.IP `json:"ip"`
Port uint16 `json:"port"`
State State `json:"state"`
}
const (
TCPEstablished State = 0x1
TCPListen State = 0xA
UDPUnconnected State = 0x7
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.