BIND 10 master, updated. b842ace68bb3cebe88c05c72c11dd25d5ebcf9d3 [master] (workaround for lettuce) always use asynchronous UDP server objects.

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Mar 16 04:18:52 UTC 2012


The branch, master has been updated
       via  b842ace68bb3cebe88c05c72c11dd25d5ebcf9d3 (commit)
      from  c0eb91022adc9d00b60902c6345a9ae8b319b856 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b842ace68bb3cebe88c05c72c11dd25d5ebcf9d3
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Mar 15 21:17:08 2012 -0700

    [master] (workaround for lettuce) always use asynchronous UDP server objects.
    
    this is a simplest fix to the lettuce resolver test failure.  note: this will
    make the auth server slower.  a more complete fix will be done in #1784.
    okayed by muks on jabber.

-----------------------------------------------------------------------

Summary of changes:
 src/lib/asiodns/dns_service.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/asiodns/dns_service.h b/src/lib/asiodns/dns_service.h
index 66e0a11..e126d0f 100644
--- a/src/lib/asiodns/dns_service.h
+++ b/src/lib/asiodns/dns_service.h
@@ -136,7 +136,7 @@ public:
     /// \throw isc::InvalidParameter if af is neither AF_INET nor AF_INET6.
     /// \throw isc::asiolink::IOError when a low-level error happens, like the
     ///     fd is not a valid descriptor or it can't be listened on.
-    void addServerUDPFromFD(int fd, int af,const UDPVersion param_flags = SYNC_);
+    void addServerUDPFromFD(int fd, int af,const UDPVersion param_flags = ASYNC_);
 
     /// \brief Remove all servers from the service
     void clearServers();



More information about the bind10-changes mailing list