Skip to content

Commit

Permalink
Moving test ports again to line up with changes in #2196
Browse files Browse the repository at this point in the history
  • Loading branch information
recatek committed Nov 21, 2023
1 parent e9098e2 commit 9b38430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/sys/test_socket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pub fn test_timestamping_realtime() {
};
use std::io::{IoSlice, IoSliceMut};

let sock_addr = SockaddrIn::from_str("127.0.0.1:6791").unwrap();
let sock_addr = SockaddrIn::from_str("127.0.0.1:6792").unwrap();

let ssock = socket(
AddressFamily::Inet,
Expand Down Expand Up @@ -144,7 +144,7 @@ pub fn test_timestamping_monotonic() {
};
use std::io::{IoSlice, IoSliceMut};

let sock_addr = SockaddrIn::from_str("127.0.0.1:6792").unwrap();
let sock_addr = SockaddrIn::from_str("127.0.0.1:6803").unwrap();

let ssock = socket(
AddressFamily::Inet,
Expand Down

0 comments on commit 9b38430

Please sign in to comment.