Reduce round-trip time during downloads by 8x

This commit is contained in:
MysterD 2022-03-28 01:09:06 -07:00
parent d74f5cfe61
commit 3e9ceb53b4

View file

@ -6,7 +6,7 @@
#include "pc/debuglog.h"
#define CHUNK_SIZE 400
#define OFFSET_COUNT 5
#define OFFSET_COUNT 40
static u64 sOffset[OFFSET_COUNT] = { 0 };
static bool sWaitingForOffset[OFFSET_COUNT] = { 0 };