mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-17 17:05:50 +00:00
Allocate enough buffer space for high quality audio packets from GFE 3.12
This commit is contained in:
parent
f6ae7fc2b4
commit
cde117df06
@ -17,7 +17,7 @@ static unsigned short lastSeq;
|
||||
|
||||
#define RTP_PORT 48000
|
||||
|
||||
#define MAX_PACKET_SIZE 250
|
||||
#define MAX_PACKET_SIZE 400
|
||||
|
||||
// This is much larger than we should typically have buffered, but
|
||||
// it needs to be. We need a cushion in case our thread gets blocked
|
||||
|
Loading…
x
Reference in New Issue
Block a user