Tzury Bar Yochay wrote:
So what if it is connectionless. It would make sense if you get a load of users who sends large sets of binary data to each other.
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? Christian -- http://mail.python.org/mailman/listinfo/python-list