It was a todo

This commit is contained in:
Josh Deprez 2024-04-20 12:01:49 +10:00
parent dff5a3b0de
commit b1d71d3525
Signed by: josh
SSH key fingerprint: SHA256:zZji7w1Ilh2RuUpbQcqkLPrqmRwpiCSycbF2EfKm6Kw

View file

@ -207,7 +207,7 @@ func (p *Peer) Handle(ctx context.Context) error {
// still in Wait For RI-Rsp
case rsUnconnected:
// TODO: if sstate != ssUnconnected, send a null RI-Upd to check
// If sstate != ssUnconnected, send a null RI-Upd to check
// that the sender side is also unconnected
if sstate != ssUnconnected && time.Since(lastSend) > sendRetryTimer {
if sendRetries >= sendRetryLimit {