feisty meow concerns codebase  2.140
raw_socket.h File Reference
#include <basis/array.h>
#include <basis/astring.h>
#include <basis/contracts.h>
Include dependency graph for raw_socket.h:
This graph shows which files directly or indirectly include this file:

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
}