aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_nat.h
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-05-05 16:57:38 +0800
commit08db178271fe342771d6ac0a7ed65e44a500d772 (patch)
tree94553139b8a0f56e6ce0ba7578f774095d3ea0b8 /openbsc/include/openbsc/bsc_nat.h
parent936d8c1b6401a329744f5b926b7df87299af3b39 (diff)
nat: Make ping/pong timeout configurable.
Diffstat (limited to 'openbsc/include/openbsc/bsc_nat.h')
-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 */