mirror of
https://github.com/nonoo/kappanhang.git
synced 2026-04-04 14:07:31 +00:00
Use different initial auth inner send seqnum
This commit is contained in:
parent
ff4a4e32b5
commit
daadeacdfa
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue