Open
Description
msquic/src/platform/datapath_epoll.c
Lines 1173 to 1195 in 5b921c9
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?