Skip to content

Commit

Permalink
fixes stats for bytes out
Browse files Browse the repository at this point in the history
  • Loading branch information
jthomas43 committed Sep 3, 2024
1 parent 9f53021 commit 167a993
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/udx.c
Original file line number Diff line number Diff line change
Expand Up @@ -2107,6 +2107,7 @@ udx_socket_send_ttl (udx_socket_send_t *req, udx_socket_t *socket, const uv_buf_
pkt->retransmitted = false;
pkt->transmits = 0;
pkt->nbufs = 1;
pkt->size = bufs[0].len;

uv_buf_t *buf = (uv_buf_t *) (pkt + 1);

Expand Down

0 comments on commit 167a993

Please sign in to comment.