X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FLocale.c;h=838783261fc8fcf0d02b0f60b03dffd39b7b821e;hb=840e9078558547dbd9e2ed33670c3e116e718897;hp=b2e8d1f8093a1f75366af8587e88c8e84c6a18f4;hpb=90fc1e2c0c74319759b21d4a177c32691b88fdf3;p=iperf diff --git a/src/Locale.c b/src/Locale.c index b2e8d1f..8387832 100644 --- a/src/Locale.c +++ b/src/Locale.c @@ -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 bind to , 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";