From 5da991cdcccba1b2fb4b7feed0a61adffcb7157f Mon Sep 17 00:00:00 2001 From: Julian Kranz Date: Sat, 28 Jan 2012 16:25:18 +0100 Subject: [PATCH] Iodine: IPv6 --- src/client.c | 3 --- src/iodine.c | 2 +- src/iodined.c | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/client.c b/src/client.c index 4f06ff9..5f7967f 100644 --- a/src/client.c +++ b/src/client.c @@ -1777,9 +1777,6 @@ handshake_raw_udp(int dns_fd, int seed) tv.tv_sec = i + 1; tv.tv_usec = 0; - printf("Sending login...\n"); - sleep(5); - send_raw_udp_login(dns_fd, userid, seed); FD_ZERO(&fds); diff --git a/src/iodine.c b/src/iodine.c index 8c67a5f..9b460c8 100644 --- a/src/iodine.c +++ b/src/iodine.c @@ -99,7 +99,7 @@ help() { fprintf(stderr, " -P password used for authentication (max 32 chars will be used)\n"); #ifdef LINUX fprintf(stderr, " -6 use IPv6 (make sure to use this option consistently on client and server)\n"); - fprintf(stderr, " -7 enable IPv6 outside the tunnel\n"); + fprintf(stderr, " -7 enable IPv6 outside the tunnel (currently this option has to be used consistently on client and server)\n"); #endif fprintf(stderr, "Other options:\n"); fprintf(stderr, " -v to print version info and exit\n"); diff --git a/src/iodined.c b/src/iodined.c index 8216577..5802aba 100644 --- a/src/iodined.c +++ b/src/iodined.c @@ -2382,7 +2382,7 @@ help() { fprintf(stderr, " (using -DD in UTF-8 terminal: \"LC_ALL=C luit iodined -DD ...\")\n"); #ifdef LINUX fprintf(stderr, " -6 use IPv6 inside the tunnel (make sure to use this option consistently on client and server)\n"); - fprintf(stderr, " -7 enable IPv6 outside the tunnel\n"); + fprintf(stderr, " -7 enable IPv6 outside the tunnel (currently this option has to be used consistently on client and server)\n"); #endif fprintf(stderr, " -u name to drop privileges and run as user 'name'\n"); fprintf(stderr, " -t dir to chroot to directory dir\n");