#include <dcDCPL_Socket.h>
Data Fields | |
uint32_t | flags |
Standard BSD bitwise boolean socket options passed directly by the API user. | |
uint32_t | buflen |
Send/receive buffer size (set if >0). | |
int | tcp_nodelay |
Boolean. | |
int | keep_alive |
Enable the TCP "keepalive probe" that check after a long inactivity period (several hours) that the peer is alive. | |
uint16_t | linger_time |
Number of seconds a close socket can be blocked to transmit pending data (if SO_LINGER is set in flags). |
uint32_t flags |
Standard BSD bitwise boolean socket options passed directly by the API user.
uint32_t buflen |
Send/receive buffer size (set if >0).
int tcp_nodelay |
Boolean.
If true, the TCP nagle algorithm must be disabled.
int keep_alive |
Enable the TCP "keepalive probe" that check after a long inactivity period (several hours) that the peer is alive.
uint16_t linger_time |
Number of seconds a close socket can be blocked to transmit pending data (if SO_LINGER is set in flags).