microsoft/msquic
Allow the application to configure port sharing so that an error is reported if two app share the same port
开放
#3,177 创建于 2022年10月21日
externalhelp wantedquestion
仓库指标
- 星标
- (4,764 个星标)
- PR 合并指标
- (平均合并 6天) (30 天内合并 40 个 PR)
描述
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?