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

TF_RTO macro

Syntax

#define TF_RTO 0x0800U

References

LocationText
tcp.h:269
#define TF_RTO 0x0800U /* RTO timer has fired, in-flight data moved to unsent and being retransmitted */
tcp_in.c:1260
u8_t num_seg = (pcb->flags & TF_RTO) ? 1 : 2;
tcp_in.c:1318
if (pcb->flags & TF_RTO) {
tcp_in.c:1326
tcp_in.c:1329
tcp_out.c:1669
tcp_set_flags(pcb, TF_RTO);