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
currently there is no support for the client to specify the source address / interface name to use for the tests. I noticed the SpeedtestConfig struct contains an Interface field but it is unused. Do you plan on adding such a feature? This can be done either by referring to the Interface field or otherwise being able to provide the Dialer and/or Transport as part of the Config struct.
If you are interested, I'll be happy to implement and contribute such a change.
Cheers,
Shmul
The text was updated successfully, but these errors were encountered:
Hi,
currently there is no support for the client to specify the source address / interface name to use for the tests. I noticed the
SpeedtestConfig
struct contains anInterface
field but it is unused. Do you plan on adding such a feature? This can be done either by referring to theInterface
field or otherwise being able to provide theDialer
and/orTransport
as part of theConfig
struct.If you are interested, I'll be happy to implement and contribute such a change.
Cheers,
Shmul
The text was updated successfully, but these errors were encountered: