summaryrefslogtreecommitdiff
path: root/testing/Lossless_UDP_testclient.c
AgeCommit message (Collapse)Author
2013-07-08Spelling mistakes fixed.irungentoo
2013-06-30Updated Lossless UDP.irungentoo
2013-06-29Lossless UDP now works.irungentoo
The testclient and testserver simulate a packet loss of 33%. The only thing left to do in lossless UDP is the flow control (automatic adjustment of the data send rate) which is only needed to transfer large amounts of data.
2013-06-28Test programs updated. (I'm gonna wait until I finish Lossless_UDP before ↵irungentoo
pushing it.)
2013-06-28Couple fixes.irungentoo
2013-06-27Added current work on Lossless_UDP (Not done do not test it yet)irungentoo
Lossless_UDP code is probably filled with problems right now. this is normal.
2013-06-27Programs to test Lossless UDP done.irungentoo