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..
  Fossies Dox: ucommon-7.0.0.tar.gz  ("unofficial" and yet experimental doxygen-generated source code documentation)  

Loading...
Searching...
No Matches
socket.h File Reference

socket operations. More...

#include <cstdio>
#include <commoncpp/config.h>
#include <commoncpp/string.h>
#include <commoncpp/address.h>
#include <commoncpp/exception.h>
Include dependency graph for socket.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

socket operations.

Definition in file socket.h.

Macro Definition Documentation

◆ DCCP_SOCKOPT_AVAILABLE_CCIDS

#define DCCP_SOCKOPT_AVAILABLE_CCIDS   12

Definition at line 83 of file socket.h.

◆ DCCP_SOCKOPT_CCID

#define DCCP_SOCKOPT_CCID   13

Definition at line 84 of file socket.h.

◆ DCCP_SOCKOPT_RX_CCID

#define DCCP_SOCKOPT_RX_CCID   15

Definition at line 86 of file socket.h.

◆ DCCP_SOCKOPT_TX_CCID

#define DCCP_SOCKOPT_TX_CCID   14

Definition at line 85 of file socket.h.

◆ IPPROTO_DCCP

#define IPPROTO_DCCP   33

Definition at line 78 of file socket.h.

◆ MSG_DONTWAIT

#define MSG_DONTWAIT   0

Definition at line 67 of file socket.h.

◆ MSG_NOSIGNAL

#define MSG_NOSIGNAL   0

Definition at line 71 of file socket.h.

◆ SOCK_DCCP

#define SOCK_DCCP   6

Definition at line 75 of file socket.h.

◆ SOL_DCCP

#define SOL_DCCP   269

Definition at line 81 of file socket.h.