- iana portlist update.
git-svn-id: file:///svn/unbound/trunk@4152
be551aaa-1e26-0410-a405-
d3ace91eadb9
+9 May 2017: Ralph
+ - Add 'c' to getopt() in testbound.
+ - iana portlist update
+
8 May 2017: Wouter
- Fix tcp-mss failure printout text.
- Set SO_REUSEADDR on outgoing tcp connections to fix the bind before
pass_argc = 1;
pass_argv[0] = "unbound";
add_opts("-d", &pass_argc, pass_argv);
- while( (c=getopt(argc, argv, "12egho:p:s")) != -1) {
+ while( (c=getopt(argc, argv, "12egcho:p:s")) != -1) {
switch(c) {
case 's':
free(pass_argv[1]);
8793,
8800,
8804,
+8805,
8808,
8873,
8880,