scistream / scistream-proto

SciStream Protocol
https://scistream.readthedocs.io/
2 stars 1 forks source link

How do we characterize UDP vs TCP streaming performance? #27

Open castroflavio opened 1 week ago

castroflavio commented 1 week ago

What are the streaming overheads for UDP vs TCP streaming?

JoaquinChung commented 6 days ago

I would say like everything... it depends. If the scientific application tolerates packet losses, maybe we can use UDP transport and get away with low overhead. Otherwise, a reliable transport (e.g., QUIC) must be implemented on top of UDP, and then we can compare overhead apples to apples with TCP