LegacyDERPString is this node's home LegacyDERPString region ID integer, but shoved into an IP:port string for legacy reasons. The IP address is always "127.3.3.40" (a loopback address (127) followed by the digits over the letters DERP on a QWERTY keyboard (3.3.40)). The "port number" is the home Le
()
| 224 | // other than in the upgradeNode func, which canonicalizes it to HomeDERP |
| 225 | // if it arrives as a LegacyDERPString string on the wire. |
| 226 | func (v NodeView) LegacyDERPString() string { return v.ж.LegacyDERPString } |
| 227 | |
| 228 | // HomeDERP is the modern version of the DERP string field, with just an |
| 229 | // integer. The client advertises support for this as of capver 111. |