Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-01 | Trying to make Lossless UDP more readable with style changes | rlt3 | |
2013-07-27 | Fixed small astyle problems. | irungentoo | |
2013-07-27 | Ran the code through: astyle --style=linux | irungentoo | |
2013-07-26 | A *lot* of style changes. | Konstantin Kowalski | |
2013-07-26 | Formatting. | SilentSand | |
Many stylistic changes, mostly formatting code more closely to the coding style. | |||
2013-07-25 | Licensing | SilentSand | |
Added the GPLv3 license to some files in addition to fixing some comments at the beginning of the files. | |||
2013-07-22 | Added support of linkage with C++ code | Maxim Biro | |
2013-07-20 | fix comments of some files | jvrv | |
2013-07-08 | Spelling mistakes fixed. | irungentoo | |
2013-07-05 | Crypto 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-03 | TODO updated. | irungentoo | |
2013-06-30 | Updated Lossless UDP. | irungentoo | |
2013-06-29 | Lossless 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-29 | Cleaned bunch of stuff. Only the actual data transmission is left to do. | irungentoo | |
2013-06-27 | Added 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. |