You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
I've named several magic numbers in net_plugin.cpp. This adds 9 potentially configurable values to the four existing. I think it would be a good idea to add either section names or prefixes to config options to avoid potential namespace collisions. For instance, change listen-endpoint, public-endpoint, and remote-endpoint to be p2p-listen-endpoint, etc. then the new values when added could be p2p-.
In fact, we don't need to do that to all config.ini options, http-server-endpoint is clear, as is plugin and producer-name.
Relates to #291, cleans up txn handling, define constants for new magic numbers, add setting the NODELAY socket option.
The text was updated successfully, but these errors were encountered: