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:
parent
e91084bec9
commit
05568f8b56
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue