tonic
tonic copied to clipboard
Adds local_address as an option Endpoint builder.
Motivation
I need to be able to set the local address of a Channel. This is the source IP address the Channel will be coming from. Currently Tonic's Channel builder doesn't expose a way to do this.
Solution
Add local_address to Endpoint builder.