add plumbing to allow for arbitrary tpu address in gossip (#22703)

* add plumbing to allow for arbitrary tpu address in gossip

* make clippy happy

* Review comments

Co-authored-by: CherryWorm <nico.gruendel@web.de>
This commit is contained in:
sakridge
2022-03-02 09:42:14 +01:00
committed by GitHub
parent d3ebe8d8f5
commit a4f4ac5279
4 changed files with 24 additions and 1 deletions

View File

@ -252,6 +252,7 @@ fn test_replica_bootstrap() {
&gossip_addr,
dynamic_port_range,
bind_address,
None,
);
info!("The peer id: {:?}", &contact_info.id);