aboutsummaryrefslogtreecommitdiff
path: root/src/tun
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-22 10:42:24 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-22 10:42:24 +0000
commitf72df56543cfcd06df55f9f8e89b752013cc7bf6 (patch)
tree07084cf88181ec19345076d1f0a6409a6903facf /src/tun
parent7f402e3e7e02b863706dbec396cdbed2ef008116 (diff)
downloadgnunet-f72df56543cfcd06df55f9f8e89b752013cc7bf6.tar.gz
gnunet-f72df56543cfcd06df55f9f8e89b752013cc7bf6.zip
-one more
Diffstat (limited to 'src/tun')
-rw-r--r--src/tun/test_tun.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tun/test_tun.c b/src/tun/test_tun.c
index 5b124a52c..3897a7be1 100644
--- a/src/tun/test_tun.c
+++ b/src/tun/test_tun.c
@@ -69,5 +69,6 @@ int main (int argc,
69 test_udp (4, 3, 22439); 69 test_udp (4, 3, 22439);
70 test_udp (4, 1, 23467); 70 test_udp (4, 1, 23467);
71 test_udp (7, 17, 6516); 71 test_udp (7, 17, 6516);
72 test_udp (12451, 251, 42771);
72 return ret; 73 return ret;
73} 74}