Skip to content

Allow listening on less than nworkers threads

Ondřej Surý requested to merge ondrej-listen-on-specified-number-of-threads into main

For some applications, it's useful to not listen on full battery of threads. Add workers argument to all isc_nm_listen*() functions and convenience ISC_NM_LISTEN_ONE and ISC_NM_LISTEN_ALL macros.

Merge request reports