mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
print correct pcb->rtime value in debug statament.it does not directly depend on tcp_ticks
This commit is contained in:
parent
4a2d03a517
commit
4eebbdea0d
@ -476,7 +476,7 @@ tcp_slowtmr(void)
|
||||
|
||||
/* Time for a retransmission. */
|
||||
DEBUGF(TCP_RTO_DEBUG, ("tcp_slowtmr: rtime %ld pcb->rto %d\n",
|
||||
tcp_ticks - pcb->rtime, pcb->rto));
|
||||
pcb->rtime, pcb->rto));
|
||||
|
||||
/* Double retransmission time-out unless we are trying to
|
||||
connect to somebody (i.e., we are in SYN_SENT). */
|
||||
|
Loading…
Reference in New Issue
Block a user