You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
eznet-cli/misc/state.cr

15 lines
182 B
Crystal

# Am I going to use this? Probably not tbh
enum State
LISTEN
ESTABLISHED
SYN_SENT
SYN_RECV
LAST_ACK
CLOSE_WAIT
TIME_WAIT
CLOSED
CLOSING
FIN_WAIT1
FIN_WAIT2
end