diff --git a/internal/history/history.go b/internal/history/history.go index e9cd12d..63baae9 100644 --- a/internal/history/history.go +++ b/internal/history/history.go @@ -23,6 +23,7 @@ func (h *HelloHistory) Reset() { defer h.mu.Unlock() h.vector = 0 + h.expectedSeqno = 0 } func (h *HelloHistory) Empty() bool {