microsoft/msquic

Allow the application to configure port sharing so that an error is reported if two app share the same port

Ouverte

#3 177 ouverte le 21 oct. 2022

 (9 commentaires) (0 réaction) (0 personne assignée)C (686 forks)github user discovery
externalhelp wantedquestion

Métriques du dépôt

Stars
 (4 764 étoiles)
Métriques de merge PR
 (Merge moyen 6j) (40 PRs mergées en 30 j)

Description

https://github.com/microsoft/msquic/blob/5b921c9e187d2c59a43ec285be1a06e99349d1b2/src/platform/datapath_epoll.c#L1173-L1195

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?

Guide contributeur