linux-kernel-test/net/dccp
Ian McDonald 1bc0986957 [DCCP]: Fix the timestamp options
This changes timestamp, timestamp echo, and elapsed time to use units of 10
usecs as per DCCP spec. This has been tested to verify that times are correct.
Also fixed up length and used hton/ntoh more.

Still to add in later patches:
- actually use elapsed time to adjust RTT
(commented out as was prior to this patch)
- send options at times more closely following the spec
(content is now correct)

Signed-off-by: Ian McDonald <iam4@cs.waikato.ac.nz>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2005-08-29 16:02:34 -07:00
..
ccids [DCCP]: Fix the timestamp options 2005-08-29 16:02:34 -07:00
ccid.c [DCCP]: Initial implementation 2005-08-29 15:49:46 -07:00
ccid.h [DCCP]: Just reflow the source code to fit in 80 columns 2005-08-29 15:59:26 -07:00
dccp.h [DCCP]: Fix the timestamp options 2005-08-29 16:02:34 -07:00
diag.c [INET_DIAG]: Rename tcp_diag.[ch] to inet_diag.[ch] 2005-08-29 15:57:48 -07:00
input.c [DCCP]: Use LIMIT_NETDEBUG in some debugging printks 2005-08-29 16:02:26 -07:00
ipv4.c [DCCP]: Use LIMIT_NETDEBUG in some debugging printks 2005-08-29 16:02:26 -07:00
Kconfig [DCCP]: Introduce the DCCP Kernel hacking menu 2005-08-29 15:59:43 -07:00
Makefile [INET_DIAG]: Move the tcp_diag interface to the proper place 2005-08-29 15:57:54 -07:00
minisocks.c [DCCP]: Just reflow the source code to fit in 80 columns 2005-08-29 15:59:26 -07:00
options.c [DCCP]: Fix the timestamp options 2005-08-29 16:02:34 -07:00
output.c [DCCP]: Send SYNCACK packets in response to SYNC packets 2005-08-29 16:01:50 -07:00
packet_history.c [DCCP]: Just reflow the source code to fit in 80 columns 2005-08-29 15:59:26 -07:00
packet_history.h [DCCP]: Fix sparse warnings 2005-08-29 15:59:59 -07:00
proto.c [DCCP]: Set dccp_ctl_socket to NULL in dccp_ctl_sock_exit 2005-08-29 16:02:22 -07:00
timer.c [DCCP]: Just reflow the source code to fit in 80 columns 2005-08-29 15:59:26 -07:00