mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-18 01:15:46 +00:00
Bump RTSP_MAX_RESP_SIZE to 48 KB
This commit is contained in:
parent
c1a26618d4
commit
e5b6a2b7a9
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user