-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When an ethernet connection is active, the wifi connection stops working #26
Comments
Doesn't seem to be a limitation of the kernel:
|
cURL inhibits this behaviour too (only with specific ip, by interface name works as before):
|
Fixed myself. Will create PR soon. |
I wanted to use your solution because I thought I might have the same problem as you. So I compiled your source and : It doesn't work on Windows because you're using a function that isn't implemented on Windows (check |
With Ethernet+WiFi (wlp1s0 addresses in use for proxy):
With WiFi only (wlp1s0 addresses in use for proxy):
With Ethernet+Wifi (eno1 addresses in use for proxy):
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?
The text was updated successfully, but these errors were encountered: