Skip to content

Commit

Permalink
chore: update ID_COOKIE in it_should_make_a_connection_cookie test
Browse files Browse the repository at this point in the history
  • Loading branch information
mickvandijke committed Nov 29, 2023
1 parent 0230ccd commit 291af10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/servers/udp/connection_cookie.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ mod tests {
#[test]
fn it_should_make_a_connection_cookie() {
// Note: This constant may need to be updated in the future as the hash is not guaranteed to to be stable between versions.
const ID_COOKIE: Cookie = [23, 204, 198, 29, 48, 180, 62, 19];
const ID_COOKIE: Cookie = [41, 166, 45, 246, 249, 24, 108, 203];

let cookie = make(&SocketAddr::new(IpAddr::V4(Ipv4Addr::UNSPECIFIED), 0));

Expand Down

0 comments on commit 291af10

Please sign in to comment.