Skip to content

Commit 53fd525

Browse files
authored
do not set time_sent when marking lost (#192)
1 parent 5ecb6e0 commit 53fd525

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/udx.c

-1
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,6 @@ rack_detect_loss (udx_stream_t *stream) {
11881188

11891189
if (remaining <= 0) {
11901190
pkt->lost = true;
1191-
pkt->time_sent = -1;
11921191

11931192
assert(pkt->size > 0 && pkt->size < 1500);
11941193
stream->inflight -= pkt->size;

0 commit comments

Comments
 (0)