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

TF_NAGLEMEMERR macro

Syntax

#define TF_NAGLEMEMERR 0x80U

References

LocationText
tcp.h:259
#define TF_NAGLEMEMERR 0x80U /* nagle enabled, memerr, try to output to prevent delayed ACK to happen */
tcp.c:1531
if (pcb->flags & TF_NAGLEMEMERR) {
tcp_out.c:324
tcp_set_flags(pcb, TF_NAGLEMEMERR);
tcp_out.c:337
tcp_set_flags(pcb, TF_NAGLEMEMERR);
tcp_out.c:797
tcp_set_flags(pcb, TF_NAGLEMEMERR);
tcp_out.c:1077
tcp_set_flags(pcb, TF_NAGLEMEMERR);
tcp_out.c:1086
tcp_set_flags(pcb, TF_NAGLEMEMERR);
tcp_out.c:1344
((pcb->flags & (TF_NAGLEMEMERR | TF_FIN)) == 0)) {
tcp_out.c:1363
tcp_set_flags(pcb, TF_NAGLEMEMERR);
tcp_out.c:1418
tcp_clear_flags(pcb, TF_NAGLEMEMERR);