8,817
edits
mNo edit summary |
|||
| Line 1: | Line 1: | ||
= 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]] | |||