Is -DISC_SOCKET_MAXEVENTS still needed in BIND 9.16?

Ondřej Surý ondrej at isc.org
Thu Feb 20 08:08:48 UTC 2020


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ý
ondrej at isc.org

> On 20 Feb 2020, at 09:02, Anand Buddhdev <anandb at ripe.net> 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
> bind-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind-users



More information about the bind-users mailing list