Allocate enough buffer space for high quality audio packets from GFE 3.12
This commit is contained in:
parent
f6ae7fc2b4
commit
cde117df06
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue