summaryrefslogtreecommitdiffhomepage
path: root/runopts.h
diff options
context:
space:
mode:
Diffstat (limited to 'runopts.h')
-rw-r--r--runopts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/runopts.h b/runopts.h
index 22376c1..9bf0c26 100644
--- a/runopts.h
+++ b/runopts.h
@@ -37,8 +37,8 @@ typedef struct runopts {
int listen_fwd_all;
#endif
unsigned int recv_window;
- unsigned int keepalive_secs;
- unsigned int idle_timeout_secs;
+ time_t keepalive_secs;
+ time_t idle_timeout_secs;
} runopts;