astrocore icon indicating copy to clipboard operation
astrocore copied to clipboard

Answer with PEERS for GET_PEERS incoming message

Open Arkweid opened this issue 5 years ago • 0 comments

If we receive GET_PEERS message we should answer with PEERS message. It happens here: https://github.com/astroband/astrocore/blob/master/src/actors/overlay_manager.rs#L93 We store known peers in this struct: https://github.com/astroband/astrocore/blob/master/src/overlay/overlay_manager.rs#L41-L46

Arkweid avatar Aug 23 '19 19:08 Arkweid