server
The server logs all traffic and signal data. Once it records the signal, it sends it to the subspace broadcaster.
Store a maximum of MAX_LOG_ENTRIES
(400) log entries and then deletes them.
Vars | |
log_entries | A list of previous entries on the network. It will not exceed
MAX_LOG_ENTRIES entries in length, flushing the oldest entries
automatically. |
---|---|
total_traffic | Total trafic, which is increased every time a signal is increased and
the current traffic is higher than 0. See traffic for more info. |
Var Details
log_entries
A list of previous entries on the network. It will not exceed
MAX_LOG_ENTRIES
entries in length, flushing the oldest entries
automatically.
total_traffic
Total trafic, which is increased every time a signal is increased and
the current traffic is higher than 0. See traffic
for more info.