1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

rtp: tune some parameters

This commit is contained in:
Steffen Vogel 2019-02-17 21:17:09 +01:00
parent e91084bec9
commit 05568f8b56

View file

@ -120,7 +120,7 @@ int rtp_init(struct node *n)
r->aimd.a = 10;
r->aimd.b = 0.5;
r->aimd.last_rate = 100;
r->aimd.last_rate = 2000;
r->aimd.log = NULL;
r->rtcp.enabled = false;