Skip to content

Commit

Permalink
force max congestion buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerIn-wonderland committed Nov 15, 2024
1 parent 5d05d6e commit 7e1d057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v86.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ class V86Backend {
let remaniningLength = 0;
let recBuffer: Uint8Array;

const connections: any = { 0: { congestion: 0 } };
const connections: any = { 0: { congestion: 4294967294 } };

const congestedBuffer: {
data: Uint8Array;
Expand Down

0 comments on commit 7e1d057

Please sign in to comment.