tr_integ: set home server response window
authorSam Hartman <hartmans@debian.org>
Thu, 10 Jul 2014 14:58:53 +0000 (10:58 -0400)
committerSam Hartman <hartmans@debian.org>
Thu, 10 Jul 2014 14:58:53 +0000 (10:58 -0400)
src/modules/rlm_realm/trustrouter_integ.c

index 618cd2d..f069667 100644 (file)
@@ -157,6 +157,7 @@ static void tr_response_func( TIDC_INSTANCE *inst,
        hs->proto = IPPROTO_TCP;
        hs->secret = strdup("radsec");
        hs->tls = construct_tls(inst, hs, server);
+       hs->response_window.tv_sec = 30;
        if (hs->tls == NULL) goto error;
        if (!realms_home_server_add(hs, NULL, 0))
          goto error;