For ‘bursty’ streams it can be necessary to increase the buffer size of the UDP socket (SO_RCVBUF / SO_SNDBUF).
The default buffer size can be changed externally but only for the whole OS, which is sometimes too granular. Some media frameworks allow the caller to specify it or set it in terms of the bitrate. Mediasoup currently doesn’t seem to touch it at all.
Do you think it would be useful to expose it as a transport option?