summaryrefslogtreecommitdiff
path: root/testing/Lossless_UDP_testserver.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-31 16:44:18 -0700
committerirungentoo <irungentoo@gmail.com>2013-07-31 16:44:18 -0700
commitbf17d6eb2ec7e7b6834c3afaecd8307724ba065d (patch)
tree212d4152c4117e5d627d5947d14bb06377d7fa6f /testing/Lossless_UDP_testserver.c
parent1ff5d67ef95280621f5414ef7c26e59151e2d94a (diff)
parent5d8a1c60e8a1f421566043a288fabb732624ccb9 (diff)
Merge pull request #224 from cedeon/master
added required linker flag to 'compile with' remark
Diffstat (limited to 'testing/Lossless_UDP_testserver.c')
-rw-r--r--testing/Lossless_UDP_testserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/Lossless_UDP_testserver.c b/testing/Lossless_UDP_testserver.c
index 29b0ade5..84a64b38 100644
--- a/testing/Lossless_UDP_testserver.c
+++ b/testing/Lossless_UDP_testserver.c
@@ -4,7 +4,7 @@
4 * 4 *
5 * Best used in combination with Lossless_UDP_testclient 5 * Best used in combination with Lossless_UDP_testclient
6 * 6 *
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 -lsodium -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: ./testserver filename1.txt 10 * EX: ./testserver filename1.txt