Skip to content

Commit

Permalink
Fix corruption of trailing packet in truncated GSO batch
Browse files Browse the repository at this point in the history
  • Loading branch information
ylht authored and djc committed May 8, 2024
1 parent 1e54758 commit 23f9f45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quinn-proto/src/connection/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,7 @@ impl Connection {
"GSO truncated by demand for {} padding bytes",
segment_size - packet_len_unpadded
);
builder_storage = Some(builder);
break;
}

Expand Down

0 comments on commit 23f9f45

Please sign in to comment.