kernel-ark/net/dccp
Andrea Bittau d23ca15a21 [DCCP] ACKVEC: Optimization - Do not traverse records if none will be found
Do not traverse the list of ack vector records [proportional to window size]
when we know we will not find what we are looking for.  This is especially
useful because ack vectors are checked twice:
1) Upon parsing of options.
2) Upon notification of a new ack.

All of the work will occur during check #1.  Therefore, when check #2 is
performed, no new work will be done.  This is now "detected" and there is no
performance hit when doing #2.

Signed-off-by: Andrea Bittau <a.bittau@cs.ucl.ac.uk>
Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
2006-12-02 21:22:31 -08:00
..
ccids
ackvec.c [DCCP] ACKVEC: Optimization - Do not traverse records if none will be found 2006-12-02 21:22:31 -08:00
ackvec.h
ccid.c
ccid.h
dccp.h
diag.c
feat.c [DCCP]: Make feature negotiation more readable 2006-12-02 21:22:29 -08:00
feat.h [DCCP]: Make feature negotiation more readable 2006-12-02 21:22:29 -08:00
input.c
ipv4.c [DCCP]: Miscellaneous code tidy-ups 2006-12-02 21:22:30 -08:00
ipv6.c [DCCP]: Miscellaneous code tidy-ups 2006-12-02 21:22:30 -08:00
ipv6.h
Kconfig
Makefile [DCCPv6]: Resolve conditional build problem 2006-12-02 21:22:28 -08:00
minisocks.c
options.c [DCCP]: Miscellaneous code tidy-ups 2006-12-02 21:22:30 -08:00
output.c [DCCP]: Miscellaneous code tidy-ups 2006-12-02 21:22:30 -08:00
probe.c
proto.c [DCCP]: Miscellaneous code tidy-ups 2006-12-02 21:22:30 -08:00
sysctl.c
timer.c [DCCP]: Remove forward declarations in timer.c 2006-12-02 21:22:20 -08:00