microsoft/msquic
Allow the application to configure port sharing so that an error is reported if two app share the same port
オープン
#3,177 opened on 2022/10/21
externalhelp wantedquestion
Repository metrics
- Stars
- (4,764 個のスター)
- PR merge metrics
- (平均マージ 6d) (30d で 40 merged PRs)
説明
My understanding is that this code always set SO_REUSEPORT for a server, and you will not get the address already in use when two servers use the same address, what is the motivation for this? did you consider making it configurable?