2 * The Remote User Info Distribution Protocol
4 * (c) 1997--2001 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
6 * This software may be freely distributed and used according to the terms
7 * of the GNU General Public License. See file COPYING in any of the GNU packages.
22 __u32 magic; /* Guard against ancient nwho versions */
24 __u32 server_time; /* Reserved for use by the server */
28 struct userinfo users[MAX_USERS];
31 #define NWHO_SPOOL_DIR "/var/state/nwho"
32 #define NWHO_MAGIC 0x21913332
35 #define DEFAULT_SEND_TIME 30
36 #define DEFAULT_PRUNE_TIME 30
37 #define DEFAULT_DEAD_TIME 120