Remote replication - what is the retry policy when connection is down?

I have setup remote replication between two InfluxDB2.7 OSS. When the link is down, the logs show that the DB is trying retransmission and data is replicated when the link comes back up.

Is there some documentation of the retransmission flow?

From the logs I understand that retries are done when writing new data and after a timed schedule where time is doubled after each failed retry. But is there an upper limit on the time between reties (and is it configurable) and can I force a retry somehow?

I haven’t been able to find any documentation on this (nor have I found the implementation of it on GitHub but that is probably my lack of knowledge).

It would be great if someone can point me to some documentation or an implementation. Thanks.