Skip to content

Commit 014cc35

Browse files
Adding correct packet sizes
1 parent bce1c49 commit 014cc35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/incoming-packet-sizes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ export const incomingPacketSizes: number[] = [
2323
-3, 2, -3, -3, -3, -3, 0, -3, -3, -3, //210
2424
-3, -3, -3, -3, -3, -3, -3, -3, 8, -3, //220
2525
-3, 13, -3, -3, 4, -3, -1, -3, 4, -3, //230
26-
-3, -3, -3, -3, -3, -1, -3, 2, -1, -3, //240
26+
8, -3, -3, -3, -3, -1, -3, 2, -1, -3, //240
2727
-3, -3, -3, -3, -3, -3, -3 //250
2828
];

0 commit comments

Comments
 (0)