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
Apologies beforehand -- I haven't included a code sample because the top-level issue is a crate up in my dependency tree (so I didn't have one handy at the time or writing.)
(That crate, reqwest, is bound to hyper's API here.)
FWIW One way to do this on non-Linux platforms is with the IP_BOUND_IF (and v6 variant) with whatever the index, from if_nametoindex, happens to be. (Scope ids seem to be practically the same thing as interface indices in this context.)
Version
All
Platform
All platforms except Linux-like ones; Android, Linux, and Fuschia.
Description
IPv6 requires scope ids. These are closely related to interfaces. Mostly synonymous.
The API for setting the interface for a connection,
set_interface
is unavailable on some platforms.This makes link-local ipv6 addresses almost unusable on those platforms.
The text was updated successfully, but these errors were encountered: