It was a todo
This commit is contained in:
parent
dff5a3b0de
commit
b1d71d3525
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue