diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-02-22 10:42:24 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-02-22 10:42:24 +0000 |
commit | 07bf18951febfc2ead3a705ee3e8a0841fa64ec3 (patch) | |
tree | 07084cf88181ec19345076d1f0a6409a6903facf /src/tun | |
parent | 6e007d2011f33ca28504495255316def81519bf2 (diff) |
-one more
git-svn-id: https://gnunet.org/svn/gnunet@19921 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/tun')
-rw-r--r-- | src/tun/test_tun.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tun/test_tun.c b/src/tun/test_tun.c index 5b124a52ca..3897a7be11 100644 --- a/src/tun/test_tun.c +++ b/src/tun/test_tun.c @@ -69,5 +69,6 @@ int main (int argc, test_udp (4, 3, 22439); test_udp (4, 1, 23467); test_udp (7, 17, 6516); + test_udp (12451, 251, 42771); return ret; } |