X-Git-Url: http://sjero.net/git/?p=dccp2tcp;a=blobdiff_plain;f=README;h=4364d412ac05d37971adac9904554ac7edcd6982;hp=2001e5c8137c29538698b3534e251c12058bb3fd;hb=c93ffa0a5c9150fce168ecb203ce4057572e7c83;hpb=1237fc38571cb93646caadeaf168b4445cf2b288 diff --git a/README b/README index 2001e5c..4364d41 100644 --- a/README +++ b/README @@ -20,7 +20,7 @@ dccp2tcp dccp_file tcp_file [-d] [-y] [-g] [-s] -d is debug -y shifts the window line in tcptrace (yellow) to the highest received acknowledgment. Normally this line is just a constant amount more than the ack number(i.e. useless). -g shifts the ack line in tcptrace (green) to the highest received acknowledgment. Normally this line is the standard TCP ack number, which, for DCCP, translates to the highest contiguous acknowledgement in the ack vector. - -s converts the DCCP ack vector to TCP SACKS. + -s converts the DCCP ack vector to TCP SACKS. Specify -s twice to only see those Ack vectors with a loss interval in them. This is convenient way to see loss events. For typical usage, you probably just want -s.