When the server goes through the boot sequence, there's a message displayed that indicates "Initializing host sockets...". However, there is no code associated with that and goes on to "Initialize random number generator..."
Wondering if the code was taken out but the message left in, or maybe some code got left out from the original.
When the server goes through the boot sequence, there's a message displayed that indicates "Initializing host sockets...". However, there is no code associated with that and goes on to "Initialize random number generator..."
Wondering if the code was taken out but the message left in, or maybe some code got left out from the original.
For reference: https://github.com/rezalas/riftshadow/blob/main/code/mud.c#L62-L64