mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
netmgr: make TCP timeouts configurable
- restore support for tcp-initial-timeout, tcp-idle-timeout, tcp-keepalive-timeout and tcp-advertised-timeout configuration options, which were ineffective previously.
This commit is contained in:
@@ -457,7 +457,6 @@ static isc_result_t
|
||||
ns_interface_listentcp(ns_interface_t *ifp) {
|
||||
isc_result_t result;
|
||||
|
||||
/* Reserve space for an ns_client_t with the netmgr handle */
|
||||
result = isc_nm_listentcpdns(ifp->mgr->nm,
|
||||
(isc_nmiface_t *) &ifp->addr,
|
||||
ns__client_request, ifp,
|
||||
|
Reference in New Issue
Block a user