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
We want to be able to send the network interface we are using to connect in the convey header. It seems like we will need to explicitly try each network interface until one works. And define and order of priority to try interfaces. Unless there is a better way.
In order to do this:
it looks like we will need to create a custom http client with it's own net.Dialer.
Loop through each network interface until one works.
for each attempt, the network interface we are trying needs to be available as input to the convey header
The text was updated successfully, but these errors were encountered:
We want to be able to send the network interface we are using to connect in the convey header. It seems like we will need to explicitly try each network interface until one works. And define and order of priority to try interfaces. Unless there is a better way.
In order to do this:
The text was updated successfully, but these errors were encountered: