[DCCP] ackvec: Split long ack vectors across multiple options
authorAndrea Bittau <a.bittau@cs.ucl.ac.uk>
Sun, 26 Nov 2006 03:04:40 +0000 (01:04 -0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:30:33 +0000 (21:30 -0800)
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>

No differences found