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

TF_ACK_DELAY macro

Syntax

#define TF_ACK_DELAY 0x01U

References

LocationText
tcp.h:252
#define TF_ACK_DELAY 0x01U /* Delayed ACK. */
tcp.c:1493
if (pcb->flags & TF_ACK_DELAY) {
tcp.c:1497
tcp_clear_flags(pcb, TF_ACK_DELAY | TF_ACK_NOW);
tcp.c:2189
(pcb->flags & TF_ACK_DELAY)) {
tcp_in.c:826
tcp_clear_flags(pcb, TF_ACK_DELAY);
tcp_out.c:1371
tcp_clear_flags(pcb, TF_ACK_DELAY | TF_ACK_NOW);
tcp_out.c:2045
tcp_set_flags(pcb, TF_ACK_DELAY | TF_ACK_NOW);
tcp_out.c:2060
tcp_set_flags(pcb, TF_ACK_DELAY | TF_ACK_NOW);
tcp_out.c:2063
tcp_clear_flags(pcb, TF_ACK_DELAY | TF_ACK_NOW);
tcp_priv.h:450
if((pcb)->flags & TF_ACK_DELAY) { \
tcp_priv.h:451
tcp_clear_flags(pcb, TF_ACK_DELAY); \
tcp_priv.h:455
tcp_set_flags(pcb, TF_ACK_DELAY); \