formats: Increase timout

This commit is contained in:
Joni Räsänen 2022-06-17 10:29:46 +03:00
parent ffc4bcf23c
commit 57f7440c80
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ typedef SSIZE_T ssize_t;
const int MAX_PACKET = 65536;
const int MAX_PAYLOAD = 1446;
const int PKT_MAX_DELAY = 100;
const int PKT_MAX_DELAY = 500;
/* TODO: add ability for user to specify these? */
enum HEADER_SIZES {