alexkirsz / alexkirsz/dispatch

When an ethernet connection is active, the wifi connection stops working

未關閉
#26 4 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Rust
星號
615
分支
47
PR 合併指標
30 天內沒有已合併 PR

描述

With Ethernet+WiFi (wlp1s0 addresses in use for proxy):
```
curl -x socks5://127.0.0.1:1080 http://api.ipify.org
(hangs)
```

With WiFi only (wlp1s0 addresses in use for proxy):
```
curl -x socks5://127.0.0.1:1080 http://api.ipify.org
85.XX.XX.XX
```

With Ethernet+Wifi (eno1 addresses in use for proxy):
```
curl -x socks5://127.0.0.1:1080 http://api.ipify.org
84.XXX.XXX.XXX
```

Using socks4 with any configuration results in `curl: (97) Recv failure: Connection reset by peer`.
Running on Arch Linux, have ethernet and wifi. Is this a kernel limitation or something wrong with rust's networking/this program?

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。