commit | 0e835331e3111e5a92eb3a852405ea71ca8fff97 | [log] [tgz] |
---|---|---|
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | Mon Oct 01 15:28:17 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:53:59 2007 -0700 |
tree | e7c1445866cf4ed306ffd39e1fd520f2b761566a | |
parent | 95eacd27e2a0924f1435654c06712cee6be099ad [diff] |
[TCP]: Update comment of SACK block validator Just came across what RFC2018 states about generation of valid SACK blocks in case of reneging. Alter comment a bit to point out clearly. IMHO, there isn't any reason to change code because the validation is there for a purpose (counters will inform user about decision TCP made if this case ever surfaces). Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>