Threads
SRT reference implementation creates the following number of threads:
- For every UDP socket (UDP multiplexer object):
- One receiving thread
- One sending thread
- One TSBPD thread on every SRT socket with TSBPD mode enabled (enabled by default).
- One garbage collector thread for the whole SRT intance (application).