mirror of
https://github.com/coturn/coturn.git
synced 2026-04-04 11:51:42 +02:00
# Description Replace the hardcoded buffer sizes inside coturn to make them configurable for different use cases (low bitrate use cases can save memory and high bitrate use case can avoid congestion) - based on #1089 Add this feature in both sides (listener and relay connections). # Tests For now it is only the automated CI tests. Confirmed with debugger that buffer sizes are set according to the arguments.