tcp_rexmit_rto() is only used within LwIP.
 
Symbols
loading...
Files
loading...

tcp_rexmit_rto() function

Requeue all unacked segments for retransmission Called by tcp_process() only, tcp_slowtmr() needs to do some things between "prepare" and "commit".

Syntax

void tcp_rexmit_rto (struct tcp_pcb *pcb);
Implemented in tcp_out.c:1706

Arguments

pcb

the tcp_pcb for which to re-enqueue all unacked segments

References

LocationReferrerText
tcp_out.c:1707
tcp_rexmit_rto(struct tcp_pcb *pcb)
tcp_priv.h:86
void tcp_rexmit_rto (struct tcp_pcb *pcb);
tcp_in.c:918tcp_process()
tcp_rexmit_rto(pcb);

Call Tree

Functions calling tcp_rexmit_rto()
Functions called by tcp_rexmit_rto()
all items filtered out
tcp_rexmit_rto()
Data read by tcp_rexmit_rto()
tcp_rexmit_rto()