3939. [func] Improve UPDATE forwarding performance by allowing TCP

connections to be shared. [RT #37039]
This commit is contained in:
Mark Andrews
2014-09-04 10:37:45 +10:00
parent 2548678376
commit 74717eef53
12 changed files with 227 additions and 24 deletions

View File

@@ -16,7 +16,7 @@
/* $Id: named.conf,v 1.5 2011/02/03 12:18:11 tbox Exp $ */
// NS1
// NS3
controls { /* empty */ };
@@ -60,3 +60,10 @@ zone "dnskey.test" {
allow-update { any; };
file "dnskey.test.db.signed";
};
zone "many.test" {
type slave;
masters { 10.53.0.1; };
allow-update-forwarding { any; };
file "many.test.bk";
};