all repos — xrxs @ main

experimental networked application/game server with 9p

server/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 "/opt/xrxs/carts/"