From daadeacdfa62860b2baefeb71db8727a44237b46 Mon Sep 17 00:00:00 2001 From: Nonoo Date: Sun, 18 Oct 2020 23:36:40 +0200 Subject: [PATCH] Use different initial auth inner send seqnum --- controlstream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controlstream.go b/controlstream.go index 91ad9e6..6f06e14 100644 --- a/controlstream.go +++ b/controlstream.go @@ -214,7 +214,7 @@ func (s *controlStream) start() { s.common.waitForPkt6Answer() s.authSendSeq = 1 - s.authInnerSendSeq = 0x1234 + s.authInnerSendSeq = 1 s.sendPktAuth() log.Debug("expecting auth answer")