Searched hist:bdf13d208dee4ada6d2b422536a12b45d5831aa3 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/dccp/ |
H A D | ackvec.h | diff bdf13d208dee4ada6d2b422536a12b45d5831aa3 Fri Nov 24 09:02:42 CST 2006 Andrea Bittau <a.bittau@cs.ucl.ac.uk> [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 <a.bittau@cs.ucl.ac.uk> Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
|
H A D | ackvec.c | diff bdf13d208dee4ada6d2b422536a12b45d5831aa3 Fri Nov 24 09:02:42 CST 2006 Andrea Bittau <a.bittau@cs.ucl.ac.uk> [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 <a.bittau@cs.ucl.ac.uk> Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
|
H A D | options.c | diff bdf13d208dee4ada6d2b422536a12b45d5831aa3 Fri Nov 24 09:02:42 CST 2006 Andrea Bittau <a.bittau@cs.ucl.ac.uk> [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 <a.bittau@cs.ucl.ac.uk> Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
|