CppWAMP
C++11 client library for the WAMP protocol
|
Contains options for the UNIX domain socket transport. More...
#include <cppwamp/udspath.hpp>
Public Member Functions | |
UdsOptions & | withBroadcast (bool enabled=true) |
Adds the SO_BROADCAST socket option. | |
UdsOptions & | withDebug (bool enabled=true) |
Adds the SO_DEBUG socket option. | |
UdsOptions & | withDoNotRoute (bool enabled=true) |
Adds the SO_DONTROUTE socket option. | |
UdsOptions & | withKeepAlive (bool enabled=true) |
Adds the SO_KEEPALIVE socket option. | |
UdsOptions & | withLinger (bool enabled, int timeout) |
Adds the SO_LINGER socket option. | |
UdsOptions & | withOutOfBandInline (bool enabled) |
Adds the SO_OOBINLINE socket option. | |
UdsOptions & | withReceiveBufferSize (int size) |
Adds the SO_RCVBUF socket option. | |
UdsOptions & | withReceiveLowWatermark (int size) |
Adds the SO_RCVLOWAT socket option. | |
UdsOptions & | withReuseAddress (bool enabled=true) |
Adds the SO_REUSEADDR socket option. | |
UdsOptions & | withSendBufferSize (int size) |
Adds the SO_SNDBUF socket option. | |
UdsOptions & | withSendLowWatermark (int size) |
Adds the SO_SNDLOWAT socket option. | |
Contains options for the UNIX domain socket transport.