1
0
Fork 0
mirror of https://github.com/yarrick/iodine.git synced 2025-04-04 05:43:33 +03:00

Iodine: IPv6

This commit is contained in:
Julian Kranz 2012-01-28 16:25:18 +01:00 committed by Barak A. Pearlmutter
parent e525b7da11
commit 5da991cdcc
3 changed files with 2 additions and 5 deletions

View file

@ -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);

View file

@ -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");

View file

@ -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");