| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | proto: Use constructor for PeerInfo instead of Builder | David Goulet | 2026-02-19 | 1 | -3/+6 |
| | | | | | Signed-off-by: David Goulet <[email protected]> | ||||
| * | proto: Remove Default of PeerInfo/Addr and use const instead | David Goulet | 2026-02-19 | 1 | -20/+14 |
| | | | | | Signed-off-by: David Goulet <[email protected]> | ||||
| * | proto: Add PeerInfo and PeerAddr in src/peer.rs | David Goulet | 2026-02-19 | 1 | -0/+160 |
| The plan is to create PeerInfo when we do a transport connect() which indicates the exact values that are being used for to connect to the peer. We'll then put this struct in the Channel so we can use it when picking the best channel in the ChanMgr. Unfortunately, the OwnedChanTarget has a confusing and even possibly wrong API from which we can't have guarantees. Signed-off-by: David Goulet <[email protected]> | |||||
