Allocate enough buffer space for high quality audio packets from GFE 3.12

This commit is contained in:
Cameron Gutman 2018-01-09 19:46:19 -08:00
parent f6ae7fc2b4
commit cde117df06

View File

@ -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