radicle-heartwood-lfs/radicle-node/src
Slack Coder f5d06f6138 node: Fix addresses sent to peers on conn.
Send the node's configured external addresses instead of its listenning
addresses.  External addresses are ones which the service is reachable
from the outside world, the listening addresses can be the wrong context
(local area network, or 0.0.0.0).

Signed-off-by: Slack Coder <slackcoder@server.ky>
2022-11-23 13:13:56 -05:00
..
address Use database transactions where appropriate 2022-11-08 09:39:23 +01:00
client Make `track` functions return correctly 2022-11-09 13:29:54 +01:00
service Disconnect peers on failed handshakes 2022-11-21 16:05:53 +01:00
test Two-stage connectivity with handshake 2022-11-21 16:05:53 +01:00
wire Integrate framing and muxer into wire protocol 2022-11-21 16:05:53 +01:00
address.rs Remove unused type 2022-10-18 12:37:01 +02:00
client.rs Integrate framing and muxer into wire protocol 2022-11-21 16:05:53 +01:00
clock.rs Refactor service 2022-09-23 15:43:55 +02:00
control.rs Get around circular-dependency 2022-11-22 13:41:32 +01:00
deserializer.rs Complete transcoder 2022-11-21 16:05:53 +01:00
lib.rs Complete transcoder 2022-11-21 16:05:53 +01:00
logger.rs node: Rename folder to `radicle-node` 2022-09-21 11:38:09 +02:00
main.rs node: prune project routing table 2022-11-15 12:26:34 -05:00
service.rs node: Fix addresses sent to peers on conn. 2022-11-23 13:13:56 -05:00
sql.rs Use database transactions where appropriate 2022-11-08 09:39:23 +01:00
test.rs Make `track` functions return correctly 2022-11-09 13:29:54 +01:00
tests.rs node: prune project routing table 2022-11-15 12:26:34 -05:00
wire.rs Integrate framing and muxer into wire protocol 2022-11-21 16:05:53 +01:00