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 9df9823a4f Clarify possibilities of interaction between broadcast packets and hierarchial gateways.
The implementation in the oc/ subfolder of a hierarchial gateway goes
with the "allow subnets to cause higher-level broadcasts, and allow
 higher levels to cause subnet broadcasts, but don't let messages leak"
 solution
That is, the default if hierarchial gateways have no special
 handling for broadcast addresses.
2017-03-20 16:20:52 +00:00
oc Make relib relatively backend-independent, increase the max timers to 0x400. 2017-03-20 16:14:36 +00:00
.gitignore Add incomplete workspace, for now. 2017-03-18 09:37:56 +00:00
cdlib.lua Add an (as of yet untested) OC implementation of a Hierarchial Gateway 2017-03-20 00:40:28 +00:00
culib.lua Clean up and add anti-OOM safety to culib, split data encode/decode to cdlib 2017-03-20 00:14:56 +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 Clarify possibilities of interaction between broadcast packets and hierarchial gateways. 2017-03-20 16:20:52 +00:00
protocol.2 Remove the fragmentation part of the reliablility layer 2017-03-18 15:31:25 +00:00
relib.lua Make relib relatively backend-independent, increase the max timers to 0x400. 2017-03-20 16:14:36 +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