]> sjero.net Git - iperf/blobdiff - src/Locale.c
TCP Congestion Control Module via options
[iperf] / src / Locale.c
index b2e8d1f8093a1f75366af8587e88c8e84c6a18f4..838783261fc8fcf0d02b0f60b03dffd39b7b821e 100644 (file)
@@ -81,6 +81,7 @@ Client/Server:\n\
   -u, --udp                use UDP as transport protocol\n\
   -d, --dccp               use DCCP as transport protocol\n\
   -w, --window    #[KM]    TCP window size (socket buffer size)\n\
+  -A, --algorithm          set TCP congestion control algorithm\n\
   -B, --bind      <host>   bind to <host>, an interface or multicast address\n\
   -C, --compatibility      for use with older versions does not sent extra msgs\n\
   -M, --mss       #        set TCP maximum segment size (MTU - 40 bytes)\n\
@@ -148,7 +149,7 @@ const char multicast_ttl[] =
 "Setting multicast TTL to %d\n";
 
 const char join_multicast[] =
-"Joining multicast group  %s\n";
+"Joining multicast group %s on %s\n";
 
 const char client_datagram_size[] =
 "Sending %d byte datagrams\n";