mirror of
https://github.com/nonoo/kappanhang.git
synced 2025-12-06 08:02:00 +01:00
Use different initial auth inner send seqnum
This commit is contained in:
parent
ff4a4e32b5
commit
daadeacdfa
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue