Commit Graph

6 Commits

Author SHA1 Message Date
20kdc b08c897cf8 Change hierarchi char from '<' to '^', fix some issues
This is kind of untested. I've asked Izaya to test it...
2017-09-02 14:51:34 +01:00
20kdc 120934483c Fix error in protocol.2
Upcoming: protocol.0 MTU fix
2017-08-16 15:33:51 +01:00
20kdc 7f9623ddbd A few adjustments to culib, a fix to relib, and adding a few missing things 2017-03-23 01:11:37 +00:00
gamemanj aabbb554c6 Remove the fragmentation part of the reliablility layer
In practice it is unlikely that data that's too big for the reliability layer won't need splitting
 anyway by the application at some point, and the libraries are already too open to OOM DoS.
2017-03-18 15:31:25 +00:00
gamemanj 47ec74bc89 Lowered protocol packet size limit and changed how it's calculated, also changed testcase to be slightly less worst-case.
The previous testcase was "all nodes communicating randomly", basically a worst-case.
This testcase is somewhat more realistic, a set of nodes communicating between each other via other
 nodes, a given TO node recurring once every 5 seconds (approximately).
Notably, the 'packet transfer total' figure should be halved, as in the testcase pings and responses
 are used, but only responses are counted.
2017-03-18 12:28:46 +00:00
20kdc 2b458b5df8 Add incomplete workspace, for now. 2017-03-18 09:37:56 +00:00