Skip to content

Share dialback port on Connect in the gateway

Christopher Schinnerl requested to merge vw-gateway-relaynode-fix into master

Created by: VoidingWarranties

The gateway now shares a port that you can dial it back on when it connects to you. Consequently, inbound peers are now identified by this dialback port instead of conn.RemoteAddr(). Therefore conn.RemoteAddr() should no longer be used to call an RPC from within an RPC.

Merge request reports