linux/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
Kconfig
Makefile
ccid.c
ccid.h
dccp.h [DCCP]: Fix the timestamp options 2005-08-29 16:02:34 -07:00
diag.c
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
minisocks.c
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
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