mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-18 14:51:30 +00:00
Bump RTSP_MAX_RESP_SIZE to 48 KB
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#include <enet/enet.h>
|
#include <enet/enet.h>
|
||||||
|
|
||||||
#define RTSP_MAX_RESP_SIZE 32768
|
#define RTSP_MAX_RESP_SIZE 49152
|
||||||
#define RTSP_TIMEOUT_SEC 10
|
#define RTSP_TIMEOUT_SEC 10
|
||||||
|
|
||||||
static int currentSeqNumber;
|
static int currentSeqNumber;
|
||||||
|
|||||||
Reference in New Issue
Block a user