1
0
mirror of https://github.com/XeonSquared/OC-Copper.git synced 2024-11-13 13:28:05 +11:00
Mirror of 20kdc's Copper network stack.
Go to file
20kdc 880a4dff08 Adjust the tuning parameters for real-world usage.
The tests assume a mesh network with known connections, the node doesn't,
 so unneeded packet leakage isn't really as controllable as I'd hoped.

What's definitely important is that the system doesn't cache entries for
 long enough that it starts continuously sending packets the wrong way
 no matter what.
2017-03-19 21:54:57 +00:00
oc Fix stupid bug in relib 2017-03-19 21:41:55 +00:00
.gitignore Add incomplete workspace, for now. 2017-03-18 09:37:56 +00:00
culib.lua Adjust the tuning parameters for real-world usage. 2017-03-19 21:54:57 +00:00
gennet.lua Remove the fragmentation part of the reliablility layer 2017-03-18 15:31:25 +00:00
LICENSE Remove the fragmentation part of the reliablility layer 2017-03-18 15:31:25 +00:00
protocol.0 Broadcast Address support. 2017-03-18 16:12:31 +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 Remove the fragmentation part of the reliablility layer 2017-03-18 15:31:25 +00:00
relib.lua Adjust the tuning parameters for real-world usage. 2017-03-19 21:54:57 +00:00
runtest.lua Adjust the tuning parameters for real-world usage. 2017-03-19 21:54:57 +00:00
testnet.lua Remove the fragmentation part of the reliablility layer 2017-03-18 15:31:25 +00:00