all repos — xrxs @ ea7af0837f7a128e0202ec5fb96ab00923d4b4f0

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 "/home/nilix/src/9/xrxs/server/carts/"