|
NetBurner 3.5.7
PDF Version |
Configuration flags for TCP socket behavior. More...
Macros | |
| #define | SO_DEBUG 1 |
| Reserved for debugging purposes. | |
| #define | SO_NONAGLE 2 |
| Disable Nagle's algorithm (send data immediately without delay) | |
| #define | SO_NOPUSH 4 |
| Disable TCP PUSH flag (buffer data before sending) | |
| #define | SO_PUSH 0x80 |
| Enable TCP PUSH flag (inverts SO_NOPUSH internally, PUSH is default behavior) | |
| #define | SO_NODELAY SO_NONAGLE |
| Alias: Disable Nagle's algorithm (same as SO_NONAGLE) | |
Configuration flags for TCP socket behavior.
#include< tcp.h>
Socket options for use with setsockoption(), clrsockoption(), and getsockoption().