24 ms·
You'd only allow packet loss without re-transmission (e.g. pure UDP) if you really need low latency, like for a video call. Netflix is pure TCP I'm sure - look
by petzen 6y ago
You'd only allow packet loss without re-transmission (e.g. pure UDP) if you really need low latency, like for a video call.
Netflix is pure TCP I'm sure - look up HLS and DASH.