commit | 522f1d095bf76dbe2430fb9a9a257c0f27033f31 | [log] [tgz] |
---|---|---|
author | Andrea Bittau <a.bittau@cs.ucl.ac.uk> | Sun Nov 26 01:04:40 2006 -0200 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Dec 02 21:30:33 2006 -0800 |
tree | d05cd933f6ff1e909e768cb940526e97b49223fa | |
parent | bdf13d208dee4ada6d2b422536a12b45d5831aa3 [diff] |
[DCCP] ackvec: Split long ack vectors across multiple options Ack vectors grow proportional to the window size. If an ack vector does not fit into a single option, it must be spread across multiple options. This patch will allow for windows to grow larger. Committer note: Simplified the patch a bit, original algorithm kept. Signed-off-by: Andrea Bittau <a.bittau@cs.ucl.ac.uk> Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>