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: increase start rate

This commit is contained in:
Steffen Vogel 2019-01-28 10:53:50 +01:00
parent 2812447036
commit ca20c5af91

View file

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