Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
it's gonna work)
|
|
|
|
Replaced chars with uint8_t
Added a new test program.
Added some functions to Lossless UDP.
And some other stuff.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
Lossless_UDP code is probably filled with problems right now.
this is normal.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also made a nice function to init networking.
|
|
|
|
|
|
|
|
Fixed a possible segfault which could have been cause by handling an
empty packet.
|
|
Client no longer responds to packets from itself.
DHT_test can now find the ip of one peer based on its client id.
Some stuff fixed.
|
|
|
|
|
|
warnings with GCC and clang.
|
|
|
|
|
|
|
|
|
|
|
|
Also fixed typo in Readme.
|
|
|
|
|