PR #176 introduced a so_reuse parameter, but this is a specific linux-only parameter currently, making it a footgun in that it could be interpreted that this functionality is available on other platforms (because it silently ignores the parameter on other platforms), whereas that isn't the case. But at the same time the parameter was introduced to support binding to the same interface multiple times, which is functionality that is only supported on linux currently, so it doesn't make sense to support the feature right now. At some point we'll need to rework this.
PR #176 introduced a
so_reuseparameter, but this is a specific linux-only parameter currently, making it a footgun in that it could be interpreted that this functionality is available on other platforms (because it silently ignores the parameter on other platforms), whereas that isn't the case. But at the same time the parameter was introduced to support binding to the same interface multiple times, which is functionality that is only supported on linux currently, so it doesn't make sense to support the feature right now. At some point we'll need to rework this.