CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/01 13:04:22
Modified files:
sbin/iked : ikev2.c
Log message:
If we receive a response it must have the exact same msgid as the last
request we sent, so make sure they match exactly rather than allowing
higher msgids.
We can't handle out of order responses and if we don't receive a response
in time we retransmit our request until we get one or run into a timeout.
Found by Dirk Loss
ok markus@ hshoexer@
