From: Andrea Bittau Date: Fri, 24 Nov 2006 15:02:42 +0000 (-0200) Subject: [DCCP] ackvec: infrastructure for sending more than one ackvec per packet X-Git-Tag: v2.6.20-rc1~34^2~40^2~153 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdf13d208dee4ada6d2b422536a12b45d5831aa3;p=pandora-kernel.git [DCCP] ackvec: infrastructure for sending more than one ackvec per packet Commiter note: This was split from Andrea's original patch, in the process I changed the type of the ackvec index fields to u16 instead of to int and haven't folded dccp_ackvec_parse with dccp_ackvec_check_rcv_ackno. Next patch will actually do the insertion of more than one ackvec per packet, using, initially, up to a max of 2 ackvecs as per Andrea's original patch, then I'll work on support for larger ackvecs, be it using a sysctl or using setsockopt. Signed-off-by: Andrea Bittau Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed