mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-19 13:17:32 +02:00
TCP addresses resolved through net.ResolveTCPAddr give a default network of "tcp", so we'll map back the correct network for the given address. This ensures that we can listen on the correct interface (IPv4 vs IPv6). |
||
|---|---|---|
| .. | ||
| address.go | ||
| address_test.go | ||
| caches.go | ||
| interface.go | ||
| workers.go | ||
| workers_test.go | ||