GNOME Bugzilla – Bug 770292
rtpbin: introduce max-streams property
Last modified: 2016-08-26 16:11:25 UTC
Created attachment 334027 [details] [review] patch To be able to cap the number of allowed streams for one session. This is useful for preventing DoS attacks, where a sender can change SSRC for every buffer, effectively bringing rtpbin to a halt.
Merged! commit 7ad7266163e94d5c50c04e988c095b50971a2cb3 Author: Havard Graff <havard.graff@gmail.com> Date: Fri May 6 09:44:42 2016 +0200 rtpbin: introduce max-streams property To be able to cap the number of allowed streams for one session. This is useful for preventing DoS attacks, where a sender can change SSRC for every buffer, effectively bringing rtpbin to a halt. https://bugzilla.gnome.org/show_bug.cgi?id=770292