linux/net/dccp
Gerrit Renker 49d66a70cf [CCID3]: Fix a bug in the send time processing
ccid3_hc_tx_send_packet currently returns 0 when the time difference between
current time and t_nom is less than 1000 microseconds.

In this case the packet is sent immediately; but, unlike other packets that can
be emitted on first attempt, it will not have its window counter updated and
its options set as required. This is a bug.

Fix: Require the time difference to be at least 1000 microseconds. The
algorithm then converges: time differences > 1000 microseconds trigger the
timer in dccp_write_xmit; after timer expiry this function is tried again; when
the time difference is less than 1000, the packet will have its options added
and window counter updated as required.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
2007-07-10 22:15:34 -07:00
..
ccids [CCID3]: Fix a bug in the send time processing 2007-07-10 22:15:34 -07:00
Kconfig [DCCP]: Use menuconfig objects. 2007-05-24 16:36:46 -07:00
Makefile
ackvec.c
ackvec.h
ccid.c
ccid.h
dccp.h Fix dccp_sum_coverage 2007-07-10 22:15:05 -07:00
diag.c
feat.c
feat.h
input.c
ipv4.c
ipv6.c [XFRM]: Allow packet drops during larval state resolution. 2007-05-24 18:17:54 -07:00
ipv6.h
minisocks.c
options.c
output.c
probe.c [NET]: Fix comparisons of unsigned < 0. 2007-06-03 18:08:47 -07:00
proto.c
sysctl.c
timer.c