mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-27 18:20:02 -05:00
Insert comments for documentation purposes.
git-svn-id: file:///svn/unbound/trunk@4811 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
26eaf2d1ee
commit
45e73bcc8e
2 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue