microsoft/msquic
Allow the application to configure port sharing so that an error is reported if two app share the same port
Aberta
#3.177 aberto em 21 de out. de 2022
externalhelp wantedquestion
Métricas do repositório
- Stars
- (4.764 estrelas)
- Métricas de merge de PR
- (Mesclagem média 6d) (40 fundiu PRs em 30d)
Description
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?