X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/8818b7fca12456e62410ef914a7bef250a0633c9..eb5dc014179415a0e5476e986519ac96c36221f9:/lib/configuration.h diff --git a/lib/configuration.h b/lib/configuration.h index a4ffa63..eb028b0 100644 --- a/lib/configuration.h +++ b/lib/configuration.h @@ -243,6 +243,15 @@ struct config { /** @brief TTL for multicast packets */ long multicast_ttl; + /** @brief Whether to loop back multicast packets */ + int multicast_loop; + + /** @brief Login lifetime in seconds */ + long cookie_login_lifetime; + + /** @brief Signing key lifetime in seconds */ + long cookie_key_lifetime; + /* derived values: */ int nparts; /* number of distinct name parts */ char **parts; /* name part list */ @@ -274,6 +283,7 @@ char *config_private(void); /* get the private config file */ extern char *configfile; +extern int config_per_user; #endif /* CONFIGURATION_H */