all repos — xrxs @ 4fab56e77f805cfecaf6be6deea189f365c0c4d6

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/"