microsoft/msquic

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

開放

#3,177 建立於 2022年10月21日

 (9 則留言) (0 個反應) (0 位負責人)C (686 個分叉)github user discovery
externalhelp wantedquestion

倉庫指標

星標
 (4,764 顆星)
PR 合併指標
 (平均合併 6天) (30 天內合併 40 個 PR)

描述

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?

貢獻者指南