UDP - State
About
A UDP socket cannot be in an connection established state since UDP is connection less but the socket has still a state.
State names vary with UNIX dialects. Two common UDP state names are:
- Unbound
- and Idle.
A UDP socket cannot be in an connection established state since UDP is connection less but the socket has still a state.
State names vary with UNIX dialects. Two common UDP state names are: