mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
rtp: increase start rate
This commit is contained in:
parent
2812447036
commit
ca20c5af91
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ int rtp_init(struct node *n)
|
|||
|
||||
r->aimd.a = 10;
|
||||
r->aimd.b = 0.5;
|
||||
r->aimd.last_rate = 1;
|
||||
r->aimd.last_rate = 100;
|
||||
|
||||
r->rtcp.throttle_mode = RTCP_THROTTLE_DISABLED;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue