From 08db178271fe342771d6ac0a7ed65e44a500d772 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 5 May 2010 16:57:38 +0800 Subject: nat: Make ping/pong timeout configurable. --- openbsc/include/openbsc/bsc_nat.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'openbsc/include/openbsc') 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 */ -- cgit v1.2.3