Reset sendRetries?
This commit is contained in:
parent
1c274665d6
commit
07e4e5069f
1 changed files with 1 additions and 0 deletions
|
@ -419,6 +419,7 @@ func (p *Peer) Handle(ctx context.Context) error {
|
|||
}
|
||||
|
||||
sstate = ssConnected
|
||||
sendRetries = 0
|
||||
|
||||
// If SZI flag is set, send ZI-Rsp (transaction)
|
||||
// TODO: split ZI-Rsp packets similarly to ZIP Replies
|
||||
|
|
Loading…
Reference in a new issue