tonic icon indicating copy to clipboard operation
tonic copied to clipboard

Adds local_address as an option Endpoint builder.

Open jparris opened this issue 2 years ago • 0 comments

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.

jparris avatar Nov 08 '23 21:11 jparris