maxsharabayko / srt-xtransmit

SRT transmission application used for testing
40 stars 17 forks source link

Added bulk mode UDP #75

Open ethouris opened 1 year ago

ethouris commented 1 year ago

Added "bulk mode" UDP reader. This is implemented as a separate socket::mudp class which uses recvmmsg for reading multiple packets if available.

Packets are stored in a local buffer and are returned from cache. The call to the system function refills the cache.

Available only on Linux.

You need to enable it (instead of the standard UDP reader) by --udp-mode bulk option.