summaryrefslogtreecommitdiff
path: root/testing/Lossless_UDP_testserver.c
AgeCommit message (Collapse)Author
2013-08-24Rename core directory because of autoconf name clashjin-eld
While doing the checks configure might generate "core" files and will then try to remove them. Having a "core" directory generates an error while runing the configure script. There's no workaround but to rename the core directory.
2013-08-20astyle --options=tools/astylerc -r ./*.{c,h}irungentoo
2013-08-20Lossless UDP tests fixed.irungentoo
2013-08-16Passed everything through astyle.irungentoo
2013-08-10tabs -> spacesslvr
2013-08-10network_registerhandlerslvr
2013-08-09Fix a recurring typo in code and comments.Christian Brueffer
2013-08-01added required linker flag to 'compile with' remarkWilliam Culver
2013-07-30Add missing newlines at EOF in sourcesDmitry Marakasov
(missing newlines break build due to -Werror)
2013-07-26A *lot* of style changes.Konstantin Kowalski
2013-07-26Formatting.SilentSand
Many stylistic changes, mostly formatting code more closely to the coding style.
2013-07-25LicensingSilentSand
Added the GPLv3 license to some files in addition to fixing some comments at the beginning of the files.
2013-07-16Lossless UDP tests fixed.irungentoo
2013-07-08Spelling mistakes fixed.irungentoo
2013-06-30Added a new test program. Fixed some stuff in Lossless UDP.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