Revision 6065fd0d179b96ddc488c76542349bcb148a95fd authored by Yuchung Cheng on 07 December 2017, 19:33:33 UTC, committed by David S. Miller on 08 December 2017, 19:14:11 UTC
RACK skips an ACK unless it advances the most recently delivered
TX timestamp (rack.mstamp). Since RACK also uses the most recent
RTT to decide if a packet is lost, RACK should still run the
loss detection whenever the most recent RTT changes. For example,
an ACK that does not advance the timestamp but triggers the cwnd
undo due to reordering, would then use the most recent (higher)
RTT measurement to detect further losses.

Signed-off-by: Yuchung Cheng <ycheng@google.com>
Reviewed-by: Neal Cardwell <ncardwell@google.com>
Reviewed-by: Priyaranjan Jha <priyarjha@google.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 428aec5
History
File Mode Size
cec-drivers
dvb-drivers
kapi
uapi
v4l-drivers
.gitignore -rw-r--r-- 57 bytes
Makefile -rw-r--r-- 2.0 KB
audio.h.rst.exceptions -rw-r--r-- 604 bytes
ca.h.rst.exceptions -rw-r--r-- 883 bytes
cec.h.rst.exceptions -rw-r--r-- 16.2 KB
conf.py -rw-r--r-- 252 bytes
conf_nitpick.py -rw-r--r-- 3.0 KB
dmx.h.rst.exceptions -rw-r--r-- 2.1 KB
frontend.h.rst.exceptions -rw-r--r-- 5.9 KB
index.rst -rw-r--r-- 330 bytes
intro.rst -rw-r--r-- 1.9 KB
lirc.h.rst.exceptions -rw-r--r-- 875 bytes
media.h.rst.exceptions -rw-r--r-- 1017 bytes
media_kapi.rst -rw-r--r-- 1000 bytes
media_uapi.rst -rw-r--r-- 811 bytes
net.h.rst.exceptions -rw-r--r-- 316 bytes
typical_media_device.svg -rw-r--r-- 80.4 KB
video.h.rst.exceptions -rw-r--r-- 1.5 KB
videodev2.h.rst.exceptions -rw-r--r-- 23.6 KB

back to top