protocols

package
v0.0.0-...-3923ab8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 8, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TCPStateEstablished = "ESTABLISHED"
	TCPStateFinWait1    = "FIN_WAIT_1"
	TCPStateCloseWait   = "CLOSE_WAIT"
	TCPStateFinWait2    = "FIN_WAIT_2"
	TCPStateLastAck     = "LAST_ACK"
	TCPStateTimeWait    = "TIME_WAIT"
	TCPStateClosed      = "CLOSED"
	TCPStateResetAcked  = "RESET_ACK"
)

Variables

View Source
var Protocols = []Protocol{TCP, UDP}

Functions

This section is empty.

Types

type Protocol

type Protocol int
const (
	TCP Protocol = iota
	UDP
)

type TCPState

type TCPState string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL