-one more
authorChristian Grothoff <christian@grothoff.org>
Wed, 22 Feb 2012 10:42:24 +0000 (10:42 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 22 Feb 2012 10:42:24 +0000 (10:42 +0000)
src/tun/test_tun.c

index 5b124a52ca61f204ae943c38a10bf16867fb7194..3897a7be1117bb90edeb8cc81708b0451747dfa7 100644 (file)
@@ -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;
 }