Bump RTSP_MAX_RESP_SIZE to 48 KB
This commit is contained in:
parent
c1a26618d4
commit
e5b6a2b7a9
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue