Skip to content

Commit

Permalink
segfault on tlp retransmit w/o data (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthomas43 authored Sep 27, 2024
1 parent 412835a commit 5d6fa0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/udx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1767,6 +1767,8 @@ send_stream_packets (udx_socket_t *socket, udx_stream_t *stream) {

if (!pkt || pkt->lost) {
debug_printf("... not available\n");
stream->write_wanted &= ~UDX_STREAM_WRITE_WANT_TLP;
return true;
}
debug_printf("\n");

Expand Down

0 comments on commit 5d6fa0a

Please sign in to comment.