From 7e1d0575c08a6a127c6a88e2ee9a92402967d32b Mon Sep 17 00:00:00 2001 From: ProgrammerIn-wonderland <3838shah@gmail.com> Date: Thu, 14 Nov 2024 22:44:23 -0500 Subject: [PATCH] force max congestion buffer --- src/v86.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v86.tsx b/src/v86.tsx index 0a0e778a..d2e17a1e 100644 --- a/src/v86.tsx +++ b/src/v86.tsx @@ -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;