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

TF_ACK_NOW macro

Syntax

#define TF_ACK_NOW 0x02U

References

LocationText
tcp.h:253
#define TF_ACK_NOW 0x02U /* Immediate ACK. */
tcp.c:1497
tcp_clear_flags(pcb, TF_ACK_DELAY | TF_ACK_NOW);
tcp_out.c:1276
if (pcb->flags & TF_ACK_NOW) {
tcp_out.c:1318
if (pcb->flags & TF_ACK_NOW) {
tcp_out.c:1371
tcp_out.c:2045
tcp_out.c:2060
tcp_out.c:2063
tcp_priv.h:460
tcp_set_flags(pcb, TF_ACK_NOW)