summaryrefslogtreecommitdiffstats
path: root/src/include/realms.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/realms.h')
-rw-r--r--src/include/realms.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/realms.h b/src/include/realms.h
index 23806f4..cc5d4c1 100644
--- a/src/include/realms.h
+++ b/src/include/realms.h
@@ -58,6 +58,8 @@ typedef struct fr_socket_limit_t {
uint32_t num_requests;
uint32_t lifetime;
uint32_t idle_timeout;
+ uint32_t read_timeout;
+ uint32_t write_timeout;
} fr_socket_limit_t;
typedef struct home_server {
@@ -69,6 +71,8 @@ typedef struct home_server {
bool dual; //!< One of a pair of homeservers on consecutive ports.
bool dynamic; //!< is this a dynamically added home server?
bool nonblock; //!< Enable a socket non-blocking to the home server.
+ fr_bool_auto_t require_ma; //!< for all replies to Access-Request and Status-Server
+
#ifdef WITH_COA_TUNNEL
bool recv_coa; //!< receive CoA packets, too
#endif