microsoft/msquic
在 GitHub 查看Allow the application to configure port sharing so that an error is reported if two app share the same port
Open
#3,177 建立於 2022年10月21日
externalhelp wantedquestion
倉庫指標
- Star
- (4,712 star)
- PR 合併指標
- (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?