A low-level TCP poker server. The server runs with two threads; one for
managing TCP connections and exchanging data with clients, and another
for updating the poker game state at fixed intervals and in response to
user commands. See [pp_client][1] for a client and TUI that can connect to
this server.