tcp_nagle_enable is only used within LwIP.
 
Symbols
loading...
Files
loading...

tcp_nagle_enable macro

Syntax

#define tcp_nagle_enable(pcb) tcp_clear_flags(pcb, TF_NODELAY)

Arguments

pcb

References

LocationText
tcp.h:440
#define tcp_nagle_enable(pcb) tcp_clear_flags(pcb, TF_NODELAY)
sockets.c:3563
tcp_nagle_enable(sock->conn->pcb.tcp);