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
ntsi::StreamSocket::bind requires reuseAddress to be specified when called. This is problematic when the value of reuseAddress has already been set by setOption before bind is called.
I think we should provide an overload to bind without requiring 'reuseAddress', so that we can choose to preserve the existing value of that option.
The text was updated successfully, but these errors were encountered:
ntsi::StreamSocket::bind
requiresreuseAddress
to be specified when called. This is problematic when the value ofreuseAddress
has already been set bysetOption
beforebind
is called.I think we should provide an overload to
bind
without requiring 'reuseAddress', so that we can choose to preserve the existing value of that option.The text was updated successfully, but these errors were encountered: