Those do not affect TCP state machine parameters like RTO(min), ATO, and TLP timeout. These are internal to the kernel and are either static, or can only be set systemwide. For example the minimum delayed ack timeout in Linux is just 40ms and can't be changed except by recompiling the kernel. 40ms is a totally inappropriate number for ATO in a datacenter or other low-latency setting. Other numbers like RTO(min) are specified in RFCs as 200ms, again completely inappropriate in a low-latency setting.QUIC also frees us from other outdated misfeatures of TCP such as timestamps in milliseconds when they should be in microseconds.
blitmap|7 years ago
romed|7 years ago
Notably many of the people whose proposals have been shot down by linux netdev are currently working on QUIC.
dcbadacd|7 years ago
moderation|7 years ago
0. https://tools.ietf.org/html/draft-joseph-quic-comparison-qui...
Matthias247|7 years ago
tyingq|7 years ago
romed|7 years ago
jandrese|7 years ago