code/__DEFINES/computer4_defines.dm 
WIRELESS_FILTER_PROMISC | Forward all packets |
---|---|
WIRELESS_FILTER_NETADDR | Forward only bcast/unicast matched GPRS packets |
WIRELESS_FILTER_ID_TAGS | id_tag based filtering, for non-GPRS Control. |
WIRELESS_FILTER_MODEMAX | Max of WIRELESS_FILTER_* Defines. |
THINKDOS_MAX_COMMANDS | The maximum amount of commands |
THINKDOS_SYMBOL_SEPARATOR | Lets you split stdin into distinct commands |
Define Details
THINKDOS_MAX_COMMANDS 
The maximum amount of commands
THINKDOS_SYMBOL_SEPARATOR 
Lets you split stdin into distinct commands
WIRELESS_FILTER_ID_TAGS 
id_tag based filtering, for non-GPRS Control.
WIRELESS_FILTER_MODEMAX 
Max of WIRELESS_FILTER_* Defines.
WIRELESS_FILTER_NETADDR 
Forward only bcast/unicast matched GPRS packets
WIRELESS_FILTER_PROMISC 
Forward all packets