X-Git-Url: http://sjero.net/git/?p=dccp2tcp;a=blobdiff_plain;f=dccp2tcp.h;h=e3b373ccc1d369c46935b8c935bcb0307fe7c564;hp=62b2e998a298c0272e1eadc5962b00a107eb2c97;hb=926ed1e125b42109bdc91e56ed256f26d618319b;hpb=17c4c31c730832fa2a8a864ae719294935cb4241 diff --git a/dccp2tcp.h b/dccp2tcp.h index 62b2e99..e3b373c 100644 --- a/dccp2tcp.h +++ b/dccp2tcp.h @@ -23,9 +23,8 @@ Date: 11/2012 Notes: 1)CCID2 ONLY 2)DCCP MUST use 48 bit sequence numbers - 3)Checksums are not computed (they are zeroed) - 4)DCCP DATA packets are not implemented (Linux doesn't use them) - 5)DCCP Ack packets show up as TCP packets containing one byte + 3)DCCP DATA packets are not implemented (Linux doesn't use them) + 4)DCCP Ack packets show up as TCP packets containing one byte ******************************************************************************/ #ifndef _DCCP2TCP_H #define _DCCP2TCP_H @@ -53,6 +52,7 @@ Notes: #include #include #include +#include "checksums.h" #define MAX_PACKET 1600 /*Maximum size of TCP packet */