|
PatchworkOS
|
Go to the source code of this file.
Enumerations | |
| enum | socket_type_t { SOCKET_SEQPACKET = 1 << 0 , SOCKET_TYPE_AMOUNT = 1 } |
| Socket type enumeration. More... | |
Functions | |
| const char * | socket_type_to_string (socket_type_t type) |
| Convert a socket type to a string. | |