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
[Net] Reject duplicate active binds via object table query
We set SO_REUSEADDR unconditionally so in-process relaunches can reclaim
ports stuck in TIME_WAIT, but we need to ensure we still reject two
active socket binds to the same port (Darkness II) within the same
process.
0 commit comments