Added per-client response_window. Closes #645
[freeradius.git] / src / include / radiusd.h
index d35b08f..398dd28 100644 (file)
@@ -96,6 +96,8 @@ typedef struct radclient {
 #endif
 #endif
 
+       struct timeval          response_window;
+
        int                     proto;
 #ifdef WITH_TCP
        fr_socket_limit_t       limit;