package node func getRelayRoute() *peerRoute { if ip := relayIP.Load(); ip != nil { return routingTable[*ip].Load() } return nil }