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