ucommon
7.0.0
About: GNU uCommon C++ is a portable and optimized class framework for writing C++ applications that need to use threads and support concurrent synchronization, and that use sockets, XML parsing, object serialization, thread-optimized string and data structure classes, etc..
![]() ![]() |
socket operations. More...
#include <cstdio>
#include <commoncpp/config.h>
#include <commoncpp/string.h>
#include <commoncpp/address.h>
#include <commoncpp/exception.h>
Go to the source code of this file.
Classes | |
class | ost::Socket |
Namespaces | |
namespace | ost |
Macros | |
#define | MSG_DONTWAIT 0 |
#define | MSG_NOSIGNAL 0 |
#define | SOCK_DCCP 6 |
#define | IPPROTO_DCCP 33 |
#define | SOL_DCCP 269 |
#define | DCCP_SOCKOPT_AVAILABLE_CCIDS 12 |
#define | DCCP_SOCKOPT_CCID 13 |
#define | DCCP_SOCKOPT_TX_CCID 14 |
#define | DCCP_SOCKOPT_RX_CCID 15 |
Typedefs | |
typedef socket_t | ost::SOCKET |
socket operations.
Definition in file socket.h.