package
0.0.0-20240720002214-37b2b8227b91
Repository: https://github.com/progrium/go-netstack.git
Documentation: pkg.go.dev
# Constants
ResultAlive indicates that the connection remains alive (connected).
ResultClosedByOriginator indicates that the connection was gracefully closed, and the original stream was closed first.
ResultClosedByResponder indicates that the connection was gracefully closed, and the reply stream was closed first.
ResultConnecting indicates that the connection remains in a connecting state.
ResultDrop indicates that the segment should be dropped.
ResultReset indicates that the connection was reset.
# Type aliases
Result is returned when the state of a TCB is updated in response to a segment.