posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
Loading...
Searching...
No Matches
tcp.h File Reference

TCP definitions (<netinet/tcp.h>) More...

#include <zephyr/net/socket.h>
Include dependency graph for tcp.h:

Go to the source code of this file.

Macros

#define TCP_NODELAY   ZSOCK_TCP_NODELAY
 Disable Nagle's algorithm.
 

Detailed Description

TCP definitions (<netinet/tcp.h>)

See also
POSIX.1-2017 <netinet/tcp.h>

Definition in file tcp.h.

Macro Definition Documentation

◆ TCP_NODELAY

#define TCP_NODELAY   ZSOCK_TCP_NODELAY

Disable Nagle's algorithm.

Definition at line 22 of file tcp.h.