diff --git a/router/peer.go b/router/peer.go index 7b60e29..71ba249 100644 --- a/router/peer.go +++ b/router/peer.go @@ -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 {