]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Insert comments for documentation purposes.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 31 Jul 2018 07:55:47 +0000 (07:55 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 31 Jul 2018 07:55:47 +0000 (07:55 +0000)
git-svn-id: file:///svn/unbound/trunk@4811 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
testdata/tcp_idle_timeout.tdir/tcp_idle_timeout.test

index e97d0ebaf84f4cbd22302356cf53dfd8340ccc4a..a59641316ba5ab8a254519661d2935e350807d1f 100644 (file)
@@ -11,6 +11,8 @@
        - Correct and expand manual page entries for keepalive and idle timeout.
        - Implement progressive backoff of TCP idle/keepalive timeout.
        - Fix 'make depend' to work when build dir is not project root.
+       - Add delay parameter to streamtcp, -d secs.
+         To be used when testing idle timeout.
        - From Wouter: make depend, the dependencies in the patches did not
          apply cleanly.  Also remade yacc and lex.
        - Fix mesh.c incompatible pointer pass.
index 30852e07599cd5e3c7faf8c4c2a30b9f275c5bae..2ae8c4fa8d2e5df32ba53bc0c4a8d507df2f1d9f 100644 (file)
@@ -4,6 +4,10 @@
 # use .tpkg.var.test for in test variable passing
 [ -f .tpkg.var.test ] && source .tpkg.var.test
 
+
+# Run up unbound with a 2s idle timeout. Try a normal TCP query, check it works, and then check that a connection with a 4s send delay fails.
+
+
 if uname | grep MINGW >/dev/null; then
        echo "no job control in shell on windows. end test"
        exit 0