Skip to content

always send conn.LocalAddr in sessionHeader

Luke Champine requested to merge localaddr into master

Since older nodes reject hostnames that don't match the connection, just send whatever hostname the connection reports. This should resolve the issue of IPv6 peers being rejected by IPv4 peers.

cc @dNetGuru

Merge request reports