Skip to content

Commit

Permalink
init adjust_ttl to false
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh authored Feb 23, 2024
1 parent 374b502 commit 36a2216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io_posix.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ udx__on_writable (udx_socket_t *socket) {
int npkts = 0;

int ttl = -1;
bool adjust_ttl;
bool adjust_ttl = false;

while (npkts < UDX_SENDMMSG_BATCH_SIZE) {
udx_packet_t *pkt = udx__shift_packet(socket);
Expand Down

0 comments on commit 36a2216

Please sign in to comment.