You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrea Bittau
afe00251dd
[DCCP]: Initial feature negotiation implementation
Still needs more work, but boots and doesn't crashes, even
does some negotiation!
18:38:52.174934 127.0.0.1.43458 > 127.0.0.1.5001: request <change_l ack_ratio 2, change_r ccid 2, change_l ccid 2>
18:38:52.218526 127.0.0.1.5001 > 127.0.0.1.43458: response <nop, nop, change_l ack_ratio 2, confirm_r ccid 2 2, confirm_l ccid 2 2, confirm_r ack_ratio 2>
18:38:52.185398 127.0.0.1.43458 > 127.0.0.1.5001: <nop, confirm_r ack_ratio 2, ack_vector0 0x00, elapsed_time 212>
:-)
Signed-off-by: Andrea Bittau <a.bittau@cs.ucl.ac.uk>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
|
19 years ago |
.. |
ccids
|
[DCCP] CCID2: Initial CCID2 (TCP-Like) implementation
|
19 years ago |
Kconfig
|
[DCCP] CCID2: Initial CCID2 (TCP-Like) implementation
|
19 years ago |
Makefile
|
[DCCP]: Initial feature negotiation implementation
|
19 years ago |
ackvec.c
|
[DCCP] ackvec: Delete all the ack vector records in dccp_ackvec_free
|
19 years ago |
ackvec.h
|
[DCCP] ackvec: Introduce ack vector records
|
19 years ago |
ccid.c
|
[DCCP] CCID: Allow ccid_{init,exit} to be NULL
|
19 years ago |
ccid.h
|
…
|
|
dccp.h
|
…
|
|
diag.c
|
…
|
|
feat.c
|
[DCCP]: Initial feature negotiation implementation
|
19 years ago |
feat.h
|
[DCCP]: Initial feature negotiation implementation
|
19 years ago |
input.c
|
[DCCP]: Initial feature negotiation implementation
|
19 years ago |
ipv4.c
|
[DCCP]: Initial feature negotiation implementation
|
19 years ago |
ipv6.c
|
[DCCP] ipv6: dccp_v6_send_response() has a DST leak too.
|
19 years ago |
ipv6.h
|
…
|
|
minisocks.c
|
[DCCP]: Initial feature negotiation implementation
|
19 years ago |
options.c
|
[DCCP]: Initial feature negotiation implementation
|
19 years ago |
output.c
|
[DCCP]: Initial feature negotiation implementation
|
19 years ago |
proto.c
|
[DCCP]: Initial feature negotiation implementation
|
19 years ago |
timer.c
|
[DCCP]: Initial feature negotiation implementation
|
19 years ago |