feisty meow concerns codebase
2.140
|
Go to the source code of this file.
Classes | |
class | sockets::raw_socket |
Namespaces | |
sockets | |
Provides access to the operating system's socket methods. | |
Enumerations | |
enum | sockets::socket_interests { sockets::SI_READABLE = 0x1 , sockets::SI_WRITABLE = 0x2 , sockets::SI_CONNECTED = 0x4 , sockets::SI_DISCONNECTED = 0x8 , sockets::SI_ERRONEOUS = 0x10 , sockets::SI_BASELINE = 0x20 , sockets::SI_ALL_SOCK_INT = 0xFF } |