Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-14 | Fixed useless inbound connection not timing out. | irungentoo | |
2013-07-09 | Basic IM messenger backend pretty much done (You can start the GUI) | irungentoo | |
And a couple of fixes to the other parts. | |||
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 | Compiled for windows and fixed stuff accordingly. | irungentoo | |
2013-07-03 | TODO updated. | irungentoo | |
2013-07-01 | Small changes. | irungentoo | |
2013-07-01 | Fixed small bug. Updated TODO. | irungentoo | |
2013-07-01 | Made code more portable. | irungentoo | |
2013-06-30 | Added a new test program. Fixed some stuff in Lossless UDP. | 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. |