daniestevez / dvb-gse

Rust implementation of DVB-GSE
Apache License 2.0
17 stars 3 forks source link

Allow concurrent TCP clients #37

Closed daniestevez closed 6 months ago

daniestevez commented 6 months ago

This adds handling of concurrent clients with --input TCP, by spawning one thread per client and using an additional thread for the TUN device.