sipsorcery-org / sipsorcery

A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
https://sipsorcery-org.github.io/sipsorcery
Other
1.44k stars 438 forks source link

Added data channel bandwidth test program #1087

Closed lostmsu closed 6 months ago

lostmsu commented 6 months ago

The state is sad: data channels rapidly crumble under pressure and stop transmitting data (not to mention excessive memory allocation, but that can be addressed after the stability issue is solved).

sipsorcery commented 6 months ago

Always happy for additional test apps and improvements! Thanks.