Re: about source code

2017-02-15 Thread Graham Clinch
> In Socket.c, there are many "manager->nevents" > for an example, manager->nevents = ISC_SOCKET_MAXEVENTS; > > but the manager is defined in "isc_socketmgr_t *manager " Where the nevents member is involved, I see manager being of type isc__socketmgr_t - note the additional underscore (in 9.1

Re: about source code

2017-02-15 Thread Mark Andrews
Different platforms have different structure contents. lib/isc/unix/socket.c (has nevents) lib/isc/win32/socket.c (doesn't have nevents) Mark In message , Yao HEALTH writes: > Hello, > > In Socket.c, there are many "manager->nevents" > for an example, manager->nevents = ISC_SOCKET_MAXEVENTS

Re: about source code

2017-02-15 Thread Mark Andrews
In message <045768a3-5513-132b-229a-0bc9750b5...@lancaster.ac.uk>, Graham Clinc h writes: > > > In Socket.c, there are many "manager->nevents" > > for an example, manager->nevents = ISC_SOCKET_MAXEVENTS; > > > > but the manager is defined in "isc_socketmgr_t *manager " > > Where the nevents

Concatenating more RPZ zones

2017-02-15 Thread Job
Hi guys, i have this situation with RPZ zones (and can grow up with more RPZ zones): response-policy { zone "policy1.lan"; zone "policy2.lan"; }; Within polici1.lan and policy2.lan i have included the client IP that must not load the policy (passthrough). If a Client IP needs to have enabled p