microsoft/msquic
Allow the application to configure port sharing so that an error is reported if two app share the same port
Aperta
#3177 aperta il 21 ott 2022
externalhelp wantedquestion
Metriche repository
- Star
- (4764 stelle)
- Metriche merge PR
- (Merge medio 6g) (40 PR mergiate in 30 g)
Descrizione
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?