[BACK]Return to tcpbench.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / tcpbench

Diff for /src/usr.bin/tcpbench/tcpbench.1 between version 1.12 and 1.13

version 1.12, 2011/03/16 08:06:10 version 1.13, 2011/08/23 04:13:37
Line 31 
Line 31 
 .Op Fl p Ar port  .Op Fl p Ar port
 .Op Fl r Ar interval  .Op Fl r Ar interval
 .Op Fl S Ar space  .Op Fl S Ar space
   .Op Fl T Ar toskeyword
 .Op Fl V Ar rtable  .Op Fl V Ar rtable
 .Ar hostname  .Ar hostname
 .Nm  .Nm
Line 41 
Line 42 
 .Op Fl k Ar kvars  .Op Fl k Ar kvars
 .Op Fl p Ar port  .Op Fl p Ar port
 .Op Fl r Ar interval  .Op Fl r Ar interval
   .Op Fl T Ar toskeyword
 .Op Fl S Ar space  .Op Fl S Ar space
 .Op Fl V Ar rtable  .Op Fl V Ar rtable
 .Ek  .Ek
Line 105 
Line 107 
 It defaults to using TCP if  It defaults to using TCP if
 .Fl u  .Fl u
 is not specified.  is not specified.
   .It Fl T Ar toskeyword
   Change the IPv4 TOS or IPv6 TCLASS value.
   .Ar toskeyword
   may be one of
   .Ar critical ,
   .Ar inetcontrol ,
   .Ar lowdelay ,
   .Ar netcontrol ,
   .Ar throughput ,
   .Ar reliability ,
   or one of the DiffServ Code Points:
   .Ar ef ,
   .Ar af11 ... af43 ,
   .Ar cs0 ... cs7 ;
   or a number in either hex or decimal.
 .It Fl u  .It Fl u
 Use UDP instead of TCP; this must be specified on both the client  Use UDP instead of TCP; this must be specified on both the client
 and the server.  and the server.

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13