Skip to content

Commit

Permalink
huh
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Apr 4, 2024
1 parent 2865614 commit a8fb143
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/socket_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,9 @@ static int s_test_outgoing_tcp_sock_error(struct aws_allocator *allocator, void

struct aws_socket_endpoint endpoint = {
.address = "127.0.0.1",
.port = 1234,
/* note: the port is completely random from testing perspective, but
* freebsd seems to firewall higher numbered ports so keeping it low */
.port = 1567,
};

struct error_test_args args = {
Expand Down

0 comments on commit a8fb143

Please sign in to comment.