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.
15 lines
182 B
Crystal
15 lines
182 B
Crystal
5 years ago
|
# 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
|