Ack size test
This commit is contained in:
parent
e6bab014d1
commit
4bdd5267b0
@ -481,6 +481,9 @@ mod test {
|
|||||||
h.read_auth_eip8(&secret, &auth[super::V4_AUTH_PACKET_SIZE..]).unwrap();
|
h.read_auth_eip8(&secret, &auth[super::V4_AUTH_PACKET_SIZE..]).unwrap();
|
||||||
assert_eq!(h.state, super::HandshakeState::StartSession);
|
assert_eq!(h.state, super::HandshakeState::StartSession);
|
||||||
check_auth(&h, 56);
|
check_auth(&h, 56);
|
||||||
|
let ack = h.ack_cipher.clone();
|
||||||
|
let total = (((ack[0] as u16) << 8 | (ack[1] as u16)) as usize) + 2;
|
||||||
|
assert_eq!(ack.len(), total);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
Loading…
Reference in New Issue
Block a user