Network performance optimizations (#771)

This commit is contained in:
Cameron Gutman
2023-01-16 17:17:04 -06:00
committed by GitHub
parent 42f6634e85
commit fa14b6ead7
7 changed files with 549 additions and 2 deletions

View File

@@ -23,6 +23,8 @@ struct config_t {
int minRequiredFecPackets;
int featureFlags;
int controlProtocolType;
int audioQosType;
int videoQosType;
std::optional<int> gcmap;
};