all repos — xrxs @ e85bf2c4e5f8c3c2d6e58ea0c8283a78f4b783a7

experimental networked application/game server with 9p

config.h (raw)

1
2
3
4
5
/* Maximum number of users on the server */
#define MAX_USERS 64

/* Path to cart/realm storage (must include trailing slash) */
#define DATA_DIR "/home/nilix/src/xrxs/carts/"