summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-06-30 11:34:35 -0400
committerirungentoo <irungentoo@gmail.com>2013-06-30 11:34:35 -0400
commit4ad22addf438d1a1ac3121c5a0971f94db389c1d (patch)
tree6b9c7b0ebb6813a19e32ed5d83e267adb72d951e /testing
parent6bd24212ee41d87a011733974bdc76bd04e60037 (diff)
Updated Lossless UDP.
Diffstat (limited to 'testing')
-rw-r--r--testing/Lossless_UDP_testclient.c4
-rw-r--r--testing/Lossless_UDP_testserver.c2
2 files changed, 3 insertions, 3 deletions
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 @@
6 * 6 *
7 * Compile with: gcc -O2 -Wall -o testclient ../core/network.c ../core/Lossless_UDP.c Lossless_UDP_testclient.c 7 * Compile with: gcc -O2 -Wall -o testclient ../core/network.c ../core/Lossless_UDP.c Lossless_UDP_testclient.c
8 * 8 *
9 * Command line arguments are the ip and port to cennect and send the file to. 9 * Command line arguments are the ip and port to connect and send the file to.
10 * EX: ./test 127.0.0.1 33445 filename.txt 10 * EX: ./testclient 127.0.0.1 33445 filename.txt
11 */ 11 */
12 12
13#include "../core/network.h" 13#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 @@
7 * Compile with: gcc -O2 -Wall -o testserver ../core/network.c ../core/Lossless_UDP.c Lossless_UDP_testserver.c 7 * Compile with: gcc -O2 -Wall -o testserver ../core/network.c ../core/Lossless_UDP.c Lossless_UDP_testserver.c
8 * 8 *
9 * Command line argument is the name of the file to save what we recieve to. 9 * Command line argument is the name of the file to save what we recieve to.
10 * EX: ./test filename1.txt 10 * EX: ./testserver filename1.txt
11 */ 11 */
12 12
13#include "../core/network.h" 13#include "../core/network.h"