aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-05 16:57:38 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-15 20:24:17 +0800
commitda35a8da7f301aff242635d749f4cd8c56a6bbd5 (patch)
tree7b80b872244f4a5d0c9e3682af9a5830a300dea3 /openbsc/include
parent50788716118e2b0199b296defbd12002875bab42 (diff)
nat: Make ping/pong timeout configurable.
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/bsc_nat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h
index d72e3b4ba..2d5e2287e 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -214,6 +214,11 @@ struct bsc_nat {
int msc_port;
int first_contact;
+ /* timeouts */
+ int auth_timeout;
+ int ping_timeout;
+ int pong_timeout;
+
struct bsc_endpoint *bsc_endpoints;
/* filter */