tcp_pcb::sa is only used within LwIP.
 
Symbols
loading...
Files
loading...

tcp_pcb::sa field

Syntax

s16_t sa;

References

LocationReferrerText
tcp.h:302
s16_t sa, sv; /* @see "Congestion Avoidance and Control" by Van Jacobson and Karels */
tcp.c:1288tcp_slowtmr()
int calc_rto = ((pcb->sa >> 3) + pcb->sv) << tcp_backoff[backoff_idx];
tcp_in.c:1245tcp_receive()
pcb->rto = (s16_t)((pcb->sa >> 3) + pcb->sv);
tcp_in.c:1353tcp_receive()
m = (s16_t)(m - (pcb->sa >> 3));
tcp_in.c:1354tcp_receive()
pcb->sa = (s16_t)(pcb->sa + m);
tcp_in.c:1360tcp_receive()
pcb->rto = (s16_t)((pcb->sa >> 3) + pcb->sv);

Data Use

Functions writing tcp_pcb::sa
Functions reading tcp_pcb::sa
all items filtered out
tcp_pcb::sa
all items filtered out
Type of tcp_pcb::sa
tcp_pcb::sa
all items filtered out