Bump RTSP_MAX_RESP_SIZE to 48 KB

This commit is contained in:
Cameron Gutman 2019-12-01 13:59:09 -08:00
parent c1a26618d4
commit e5b6a2b7a9

View File

@ -3,7 +3,7 @@
#include <enet/enet.h>
#define RTSP_MAX_RESP_SIZE 32768
#define RTSP_MAX_RESP_SIZE 49152
#define RTSP_TIMEOUT_SEC 10
static int currentSeqNumber;