BIND 10 trac2776, updated. af52109c9d749dc249349dadcba64c07db18b9ff [2776] Disable sync optimisation for UDP

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Feb 28 12:09:09 UTC 2013


The branch, trac2776 has been updated
       via  af52109c9d749dc249349dadcba64c07db18b9ff (commit)
      from  2450e94f926e81bed1af7488dd3c3d2fd58d5872 (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 af52109c9d749dc249349dadcba64c07db18b9ff
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Thu Feb 28 13:08:08 2013 +0100

    [2776] Disable sync optimisation for UDP
    
    For the other test, we use TCP and that one doesn't have the
    optimisation. Disable it for UDP too so it is more fair.

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

Summary of changes:
 src/bin/auth/auth_srv.cc |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/auth/auth_srv.cc b/src/bin/auth/auth_srv.cc
index ca323e0..8dd22a7 100644
--- a/src/bin/auth/auth_srv.cc
+++ b/src/bin/auth/auth_srv.cc
@@ -887,8 +887,7 @@ void
 AuthSrv::setListenAddresses(const AddressList& addresses) {
     // For UDP servers we specify the "SYNC_OK" option because in our usage
     // it can act in the synchronous mode.
-    installListenAddresses(addresses, impl_->listen_addresses_, *dnss_,
-                           DNSService::SERVER_SYNC_OK);
+    installListenAddresses(addresses, impl_->listen_addresses_, *dnss_);
 }
 
 void



More information about the bind10-changes mailing list