Howto:Set up a multiplayer server: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
Line 1: Line 1:
{{Stub}}
= Pre-Requisites =
= Pre-Requisites =
* A computer running a variant of *nix to compile and host the server. Speed of the machine isn't of great consequence as the protocol is a multiplexor which doesn't require much processing grunt (having sufficient free RAM is however a good idea, as the server code doesn't yet make use of threads but may fork itself extensively)
* A computer running a variant of *nix to compile and host the server. Speed of the machine isn't of great consequence as the protocol is a multiplexor which doesn't require much processing grunt (having sufficient free RAM is however a good idea, as the server code doesn't yet make use of threads but may fork itself extensively)
Line 93: Line 91:
commandline parameters always override config file options
commandline parameters always override config file options
</pre>
</pre>
[[Category:Hotwo|Set up a multiplayer server]]

Navigation menu