calimero-network / core

Calimero 2.0
https://calimero-network.github.io/
Other
57 stars 8 forks source link

Improve relay reservation request implementation #481

Closed fbozic closed 1 month ago

fbozic commented 3 months ago

At the moment we request our relay reservation from all relay peers. Implement selection of relay peers to avoid network congestion.

One approach could be to select the first N peers as nominated peers. After our reservation has expired, we could nominate a new peer and request a reservation.

fbozic commented 3 months ago

Initial estimation: ~3 days