Simple UDP server

Tzury Bar Yochay Afro.Systems at gmail.com
Wed Sep 10 15:33:56 EDT 2008


> Transmitting large binary data over UDP? That makes only sense for few
> applications like video and audio streaming. UDP does neither guarantee
> that your data is received nor it's received in order. For example the
> packages A, B, C, D might be received as A, D, B (no C).
>
> Can your protocol handle missing packages and out of order packages?

I intend of using it for audio transmission and don't care about lose
or out of order.



More information about the Python-list mailing list