From e680d885d725cbc27ddbbdabe79860d51816f0cb Mon Sep 17 00:00:00 2001 From: irungentoo Date: Tue, 9 Jul 2013 20:25:52 -0400 Subject: Delete friends function now works and some other changes. --- testing/DHT_cryptosendfiletest.c | 2 +- testing/Messenger_test.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'testing') diff --git a/testing/DHT_cryptosendfiletest.c b/testing/DHT_cryptosendfiletest.c index ad77a17d..39a928d2 100644 --- a/testing/DHT_cryptosendfiletest.c +++ b/testing/DHT_cryptosendfiletest.c @@ -7,7 +7,7 @@ * * NOTE: this program simulates 33% packet loss. * - * This is how I compile it: gcc -O2 -Wall -o test ../core/Lossless_UDP.c ../core/network.c ../core/net_crypto.c ../core/DHT.c ../nacl/build/Linux/lib/amd64/* DHT_cryptosendfiletest.c + * This is how I compile it: gcc -O2 -Wall -o test ../core/Lossless_UDP.c ../core/network.c ../core/net_crypto.c ../core/DHT.c ../nacl/build/$HOSTNAME/lib/amd64/* DHT_cryptosendfiletest.c * * * Command line arguments are the ip and port of a node (for bootstrapping). diff --git a/testing/Messenger_test.c b/testing/Messenger_test.c index 8b19ffa5..ea32673d 100644 --- a/testing/Messenger_test.c +++ b/testing/Messenger_test.c @@ -7,7 +7,7 @@ * If it recieves a message from a friend it replies back. * * - * This is how I compile it: gcc -O2 -Wall -o test ../core/Lossless_UDP.c ../core/network.c ../core/net_crypto.c ../core/DHT.c ../core/Messenger.c ../nacl/build/Linux/lib/amd64/* Messenger_test.c + * This is how I compile it: gcc -O2 -Wall -o test ../core/Lossless_UDP.c ../core/network.c ../core/net_crypto.c ../core/DHT.c ../core/Messenger.c ../nacl/build/$HOSTNAME/lib/amd64/* Messenger_test.c * * * Command line arguments are the ip and port of a node (for bootstrapping). -- cgit v1.2.3