summaryrefslogtreecommitdiff
path: root/core/Lossless_UDP.h
AgeCommit message (Collapse)Author
2013-08-05Use void for functions with no parametersFlorian Hahn
2013-08-03various fixes for first time userJae Kwon
* added linking to libsodium * fixed links to docs to point to wiki
2013-08-01Trying to make Lossless UDP more readable with style changesrlt3
2013-07-27Fixed small astyle problems.irungentoo
2013-07-27Ran the code through: astyle --style=linuxirungentoo
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-22Added support of linkage with C++ codeMaxim Biro
2013-07-20fix comments of some filesjvrv
2013-07-08Spelling mistakes fixed.irungentoo
2013-07-05Crypto done(still need to test it a bit more thought)irungentoo
Replaced chars with uint8_t Added a new test program. Added some functions to Lossless UDP. And some other stuff.
2013-07-03TODO updated.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-29Cleaned bunch of stuff. Only the actual data transmission is left to do.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.