Use multiple network event loop threads with separate data structures.

This commit is contained in:
Witold Krecicki
2018-11-13 19:02:36 +00:00
committed by Witold Kręcicki
parent 1f0cffd16f
commit 4b8bdca210
3 changed files with 492 additions and 463 deletions
+1 -1
View File
@@ -813,7 +813,7 @@ isc_socketmgr_create(isc_mem_t *mctx, isc_socketmgr_t **managerp);
isc_result_t
isc_socketmgr_create2(isc_mem_t *mctx, isc_socketmgr_t **managerp,
unsigned int maxsocks);
unsigned int maxsocks, int nthreads);
/*%<
* Create a socket manager. If "maxsocks" is non-zero, it specifies the
* maximum number of sockets that the created manager should handle.