From 4ad22addf438d1a1ac3121c5a0971f94db389c1d Mon Sep 17 00:00:00 2001 From: irungentoo Date: Sun, 30 Jun 2013 11:34:35 -0400 Subject: Updated Lossless UDP. --- testing/Lossless_UDP_testclient.c | 4 ++-- testing/Lossless_UDP_testserver.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'testing') diff --git a/testing/Lossless_UDP_testclient.c b/testing/Lossless_UDP_testclient.c index 5790ad3b..79ae4a37 100644 --- a/testing/Lossless_UDP_testclient.c +++ b/testing/Lossless_UDP_testclient.c @@ -6,8 +6,8 @@ * * Compile with: gcc -O2 -Wall -o testclient ../core/network.c ../core/Lossless_UDP.c Lossless_UDP_testclient.c * - * Command line arguments are the ip and port to cennect and send the file to. - * EX: ./test 127.0.0.1 33445 filename.txt + * Command line arguments are the ip and port to connect and send the file to. + * EX: ./testclient 127.0.0.1 33445 filename.txt */ #include "../core/network.h" diff --git a/testing/Lossless_UDP_testserver.c b/testing/Lossless_UDP_testserver.c index 5370da9e..00e537ac 100644 --- a/testing/Lossless_UDP_testserver.c +++ b/testing/Lossless_UDP_testserver.c @@ -7,7 +7,7 @@ * Compile with: gcc -O2 -Wall -o testserver ../core/network.c ../core/Lossless_UDP.c Lossless_UDP_testserver.c * * Command line argument is the name of the file to save what we recieve to. - * EX: ./test filename1.txt + * EX: ./testserver filename1.txt */ #include "../core/network.h" -- cgit v1.2.3