mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-08 05:23:44 +02:00
fixed comment
This commit is contained in:
parent
735f40421b
commit
b85e6c3d49
1 changed files with 1 additions and 1 deletions
|
@ -1051,7 +1051,7 @@ impl<Application: ApplicationLayer> ReceiveContext<Application> {
|
|||
idx = safe_write_all(&mut reply_buf, idx, &hmac)?;
|
||||
let packet_end = idx;
|
||||
if session.receive_windows[key_id as usize].message_authenticated(counter) {
|
||||
//initial key offers should only check this if this is a rekey
|
||||
// Initial key offers should only check this if this is a rekey
|
||||
let session_key = SessionKey::new(
|
||||
session_key,
|
||||
Role::Bob,
|
||||
|
|
Loading…
Add table
Reference in a new issue