On 20/02/2020 09:08, Ondřej Surý wrote:

Ah, thank you for this Ondrej! I've adjusted our spec file, and removed
the define.

> 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
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to