Skip to content

Don't limit the size of uvreq/nmhandle pool artificially.

Witold Krecicki requested to merge wpk/netmgr-pools-unlimited into master

There was a hard limit set on number of uvreq and nmhandles that can be allocated by a pool, but we don't handle a situation where we can't get an uvreq. Don't limit the number at all, let the OS deal with it.

Edited by Ondřej Surý

Merge request reports