Hi Anand, on the contrary, we set tuning to large by default (it’s default or small now), so with the define you are actually setting it to lower value:
#ifndef ISC_SOCKET_MAXEVENTS #ifdef TUNE_LARGE #define ISC_SOCKET_MAXEVENTS 2048 #else /* ifdef TUNE_LARGE */ #define ISC_SOCKET_MAXEVENTS 64 #endif /* TUNE_LARGE */ #endif /* ifndef ISC_SOCKET_MAXEVENTS */ Ondrej -- Ondřej Surý [email protected] > On 20 Feb 2020, at 09:02, Anand Buddhdev <[email protected]> wrote: > > Hi BIND developers, > > We build our own RPMs of BIND, and ever since the 9.9 builds, we have > been setting -DISC_SOCKET_MAXEVENTS=256. This is based on advice we > received from someone at ISC. > > Is this setting still relevant in BIND 9.16? > > Regards, > Anand > _______________________________________________ > Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe > from this list > > bind-users mailing list > [email protected] > https://lists.isc.org/mailman/listinfo/bind-users _______________________________________________ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list [email protected] https://lists.isc.org/mailman/listinfo/bind-users

