]> sjero.net Git - dccp2tcp/commitdiff
Update documentation now that CCID3 is supported
authorSamuel Jero <sj323707@ohio.edu>
Tue, 5 Feb 2013 22:33:46 +0000 (17:33 -0500)
committerSamuel Jero <sj323707@ohio.edu>
Tue, 5 Feb 2013 22:33:46 +0000 (17:33 -0500)
README
dccp2tcp.pod

diff --git a/README b/README
index 68c09cad12b5cab0b3e07b54521b1fc9403d9c8d..f811a857b54fa4a7ba91ee53ea8358067109115b 100644 (file)
--- a/README
+++ b/README
@@ -32,13 +32,12 @@ tcptrace -lGt tcp_file
 You can then use xplot to view the resulting graphs, like this:
 xplot a2b_tsg.xpl a2b_rtt.xpl
 
+One important note on interpreting the graphs is that DCCP Ack packets show up
+as TCP packets containing one byte.
 
-This program does have several important limitations:
-       1)CCID2 ONLY
-       2)DCCP MUST use 48 bit sequence numbers.
-       3)DCCP DATA packets are not implemented (Linux doesn't use them)
-       4)DCCP Ack packets show up as TCP packets containing one byte
-
+Finally, an important limitation of this program is that DCCP MUST use 48 bit
+sequence numbers. dccp2tcp will complain at you if you try to process a connection
+with short sequence numbers.
 
 dccp2tcp is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -56,5 +55,7 @@ along with dccp2tcp.  If not, see <http://www.gnu.org/licenses/>.
 
 Copyright 2013
 Samuel Jero
-Computer Science student, Ohio University
+Masters Student
+Internetworking Research Group
+Ohio University
 sj323707@ohio.edu
index 4976902e0adf8f67c75542ca25ff96a7116492c7..51a891cacb624e2a27fc268e3fb924795c7ff0b0 100644 (file)
@@ -15,7 +15,8 @@ In order to utilize this program effectively you will also need B<tcptrace>, whi
 from http://www.tcptrace.org and the version of B<xplot> available from http://www.tcptrace.org under
 "Useful Companion Programs".
 
-B<dccp2tcp> only supports DCCP CCID 2 with 48 bit sequence numbers at this time.
+B<dccp2tcp> only supports DCCP with 48 bit sequence numbers at this time. It will complain at you
+if you attempt to process a connection with short sequence numbers.
 
 =head1 OPTIONS