-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync the fix from NNG upstream #204
Commits on Oct 10, 2023
-
fixes #1683 NNG_MAX_EXPIRE_THREADS tunable documentation
NNG_MAX_EXPIRE_THREADS docs say that 0 means unlimited, but there is a code check that imposes a limit between [1, 256]. This commit fixes the doc.
Configuration menu - View commit details
-
Copy full SHA for 15a489d - Browse repository at this point
Copy the full SHA 15a489dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73f65cd - Browse repository at this point
Copy the full SHA 73f65cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7bb192 - Browse repository at this point
Copy the full SHA c7bb192View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cf3fdb - Browse repository at this point
Copy the full SHA 7cf3fdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53e80c4 - Browse repository at this point
Copy the full SHA 53e80c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 079804b - Browse repository at this point
Copy the full SHA 079804bView commit details -
fix typo in nng_thread_set_name doc
function name was wrong in the code snippet.
Configuration menu - View commit details
-
Copy full SHA for e56c0bc - Browse repository at this point
Copy the full SHA e56c0bcView commit details -
fixes #1619 expose expire threads tunables
This change makes expire threads tunable follows the same strategy as taskq threads tunables. Add NNG_NUM_EXPIRE_THREADS to override the default behavior (`n_cpu` expire threads). The NNG_MAX_EXPIRE_THREADS limit is always applied if > 0, even if you specify the desired number of threads using NNG_NUM_EXPIRE_THREADS. NNG_EXPIRE_THREADS is not used anymore. This was only referenced in the code but never defined on CMake. The logic to cap expire threads between 1 and 256 was removed. If users set no limits, whatever value they choose will be used instead of being silently overridden by us.
Configuration menu - View commit details
-
Copy full SHA for d1aadbb - Browse repository at this point
Copy the full SHA d1aadbbView commit details -
fixes #1687 Generated HTML documentation title tags are empty
This also updates libascii and go-get dependencies to allow the pubrefman tool to work again.
Configuration menu - View commit details
-
Copy full SHA for 9c97929 - Browse repository at this point
Copy the full SHA 9c97929View commit details -
nng_aio_stop documentation is badly incorrect
The documentation for this function had not been updated in a long time, and reflected behavior that is incorrect.
Configuration menu - View commit details
-
Copy full SHA for b186b51 - Browse repository at this point
Copy the full SHA b186b51View commit details -
fix compile error in nano using clang version 16.0.5 fix issue: nanomsg/nng#1676
Configuration menu - View commit details
-
Copy full SHA for 158f241 - Browse repository at this point
Copy the full SHA 158f241View commit details -
fixes #1675 undefined behavior in posix ipc_dialer_dial
(This also affects TCP, and fixed there.)
Configuration menu - View commit details
-
Copy full SHA for ef75229 - Browse repository at this point
Copy the full SHA ef75229View commit details