mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-17 06:11:03 +00:00
Increase recv buffer of video stream from 64K to 512K for improved 4K performance
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@
|
|||||||
#define RTP_PORT 47998
|
#define RTP_PORT 47998
|
||||||
#define FIRST_FRAME_PORT 47996
|
#define FIRST_FRAME_PORT 47996
|
||||||
|
|
||||||
#define RTP_RECV_BUFFER (64 * 1024)
|
#define RTP_RECV_BUFFER (512 * 1024)
|
||||||
|
|
||||||
static RTP_REORDER_QUEUE rtpQueue;
|
static RTP_REORDER_QUEUE rtpQueue;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user