You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If addr yields multiple addresses, bind will be attempted with each of the addresses until one succeeds and returns the listener. If none of the addresses succeed in creating a listener, the error returned from the last attempt (the last address) is returned.
因此事实上只绑定了 v4 端口而并未绑定 v6 端口。
The text was updated successfully, but these errors were encountered:
表现为 IPv6 端口并未被绑定,无法接收任何来自 IPv6 的请求。
应该是这里的问题:
phira-mp/phira-mp-server/src/main.rs
Lines 103 to 106 in c3511ac
phira-mp/phira-mp-server/src/main.rs
Line 113 in c3511ac
按照 文档 的说法
因此事实上只绑定了 v4 端口而并未绑定 v6 端口。
The text was updated successfully, but these errors were encountered: