Mirror of 20kdc's Copper network stack.
Go to file
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
.gitignore Add incomplete workspace, for now. 2017-03-18 09:37:56 +00:00
LICENSE Add incomplete workspace, for now. 2017-03-18 09:37:56 +00:00
culib.lua Lowered protocol packet size limit and changed how it's calculated, also changed testcase to be slightly less worst-case. 2017-03-18 12:28:46 +00:00
gennet.lua Add incomplete workspace, for now. 2017-03-18 09:37:56 +00:00
protocol.0 Lowered protocol packet size limit and changed how it's calculated, also changed testcase to be slightly less worst-case. 2017-03-18 12:28:46 +00:00
protocol.1 Lowered protocol packet size limit and changed how it's calculated, also changed testcase to be slightly less worst-case. 2017-03-18 12:28:46 +00:00
protocol.2 Lowered protocol packet size limit and changed how it's calculated, also changed testcase to be slightly less worst-case. 2017-03-18 12:28:46 +00:00
runtest.lua Lowered protocol packet size limit and changed how it's calculated, also changed testcase to be slightly less worst-case. 2017-03-18 12:28:46 +00:00
testnet.lua Add incomplete workspace, for now. 2017-03-18 09:37:56 +00:00