WYRDTEK Home Features Reference Downloads About


Reference/es_sock_tcpnodelay

Syntax

int es_sock_tcpnodelay( int fd );

Arguments

int fd File-descriptor of tcp/ip socket.

Description

Disables nagle buffering algorithm (socket option TCP_NODELAY) for tcp/ip socket fd.

Returns zero on success and returns errno (from the standard library errno.h) on error.

[Back To Reference] [Back To Reference/es_sock]