Re: [PATCH] make _minimum_ TCP retransmission timeout configurable
From: David Miller <davem@davemloft.net>
Date: 2007-08-29 22:37:34
From: David Miller <davem@davemloft.net>
Date: 2007-08-29 22:37:34
From: "Ian McDonald" <redacted> Date: Thu, 30 Aug 2007 10:33:32 +1200
Correct - they often have flaws in them, just like all documents. If that is the case we should try and get the RFCs fixed.
In many cases it is not the wording, but the actual concept or idea the RFC itself is describing which is fatally flawed. TCP timestamps are a great example, as designed they simply do not work when ACKs are reordered by the network because it makes the PAWS test fail for the out of order ACKs. Therefore everyone adds an extra fuzz to the PAWS test so that a small window of "older" packets are allowed to pass the check.