mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-01 11:19:27 -05:00
doc test fixup.
git-svn-id: file:///svn/unbound/trunk@1583 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
5445bf72ba
commit
49913a1c9e
3 changed files with 6 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
- Fixed a bug that caused messages to be stored in the cache too
|
||||
long. Hard to trigger, but NXDOMAINs for nameservers or CNAME
|
||||
targets have been more vulnerable to the TTL miscalculation bug.
|
||||
- documentation test fixed for python addition.
|
||||
|
||||
2 April 2009: Wouter
|
||||
- pyunbound (libunbound python plugin) compiles using libtool.
|
||||
|
|
|
|||
|
|
@ -4,6 +4,11 @@
|
|||
|
||||
%module unboundmodule
|
||||
%{
|
||||
/**
|
||||
* \file
|
||||
* This is the interface between the unbound server and a python module
|
||||
* called to perform operations on queries.
|
||||
*/
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
|
|
|
|||
BIN
testdata/01-doc.tpkg
vendored
BIN
testdata/01-doc.tpkg
vendored
Binary file not shown.
Loading…
Reference in a new issue