Skip to content
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

add interface-used #120

Open
piccione99 opened this issue May 10, 2024 · 0 comments
Open

add interface-used #120

piccione99 opened this issue May 10, 2024 · 0 comments
Assignees

Comments

@piccione99
Copy link
Contributor

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:

  1. it looks like we will need to create a custom http client with it's own net.Dialer.
  2. Loop through each network interface until one works.
  3. for each attempt, the network interface we are trying needs to be available as input to the convey header
@piccione99 piccione99 self-assigned this May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant