session.http: support SO_BINDTODEVICE on *nix#6862
Conversation
3ad03c9 to
a5a78fa
Compare
|
Quick check: |
|
Yes this works! Thanks a lot |
In addition to binding to IP addresses, allow non-Windows systems to select the network interface by name. Also add support for prefixes, similar to curl's --interface syntax.
a5a78fa to
7855b09
Compare
Could you please check with and without the prefixes and report back? I currently don't have more than one network interface set up, so testing it myself is a bit annoying. Thanks. |
|
Yep it all works fine, with the exception of host! with an ip that's valid on two interfaces, where it will just hang after this |
In addition to binding to IP addresses, allow non-Windows systems to select the network interface by name. Also add support for prefixes, similar to curl's --interface syntax.
Resolves #6861
@Nogesma please check and see if this successfully resolves your issue.