Relative Content

Tag Archive for pythonnetworkingtcpudp

UDP reliable implementation

I have a python code that is reliable implementation of UDP for messages. I am having problems with reliability, but can’t figure out what is wrong. I will post the listening part of the code and the sending part and other parts that are relevant.