rfc icon indicating copy to clipboard operation
rfc copied to clipboard

2/MVDS: MVDS max retries

Open decanus opened this issue 6 years ago • 1 comments
trafficstars

Problem

Certain applications like ultralight beam may see peers changing the method of which they are accessible frequently without notifying peers.

Solution

A max retries option is added which informs the MVDS node how many times a message should be retransmissioned, if it can not be sent to the peer in those retries the application is notified and can then handle this gracefully by for example trying to reach the peer through some other means or delaying until it knows that a peer is online again.

Notes

Due to how ultralight beam handles peers, this may not be that relevant assuming we send to a public key.

decanus avatar Oct 19 '19 20:10 decanus

Is this definitely not solved with exponential delay? How is this dealt with in e.g. TCP?

oskarth avatar Oct 21 '19 07:10 oskarth

Closing, 2/MVDS is in stable status.

jimstir avatar Jun 13 '24 19:06 jimstir