mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-15 14:38:10 +00:00
Bump RTSP_MAX_RESP_SIZE to 48 KB
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user