• Steven Allen's avatar
    feat: return target peer if we know about them (#511) · d0770d24
    Steven Allen authored
    Previously, we'd only return the target peer if we were connected to them.
    However, this makes it difficult to impossible to find peers that are mostly
    disconnected from the network.
    
    This change also changes `p` to `from` in several places as `p` is _very_
    confusing. We should probably switch away from using `p` everywhere.
    d0770d24
handlers.go 12 KB