mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Reduce round-trip time during downloads by 8x
This commit is contained in:
parent
d74f5cfe61
commit
3e9ceb53b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue