alexkirsz / alexkirsz/dispatch
When an ethernet connection is active, the wifi connection stops working
- Lingua principale
- Rust
- Stelle
- 615
- Fork
- 47
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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?
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.