summaryrefslogtreecommitdiff
path: root/ipacm/inc/IPACM_Defs.h
diff options
context:
space:
mode:
authorSkylar Chang <chiaweic@codeaurora.org>2014-07-14 16:56:37 -0700
committerSkylar Chang <chiaweic@codeaurora.org>2014-07-16 12:03:43 -0700
commitc56fc320f10a31c3cf9c1acd44b7feaf5127beb7 (patch)
treea525dba6b7c7e3deced4a50b7970250cacfc37e7 /ipacm/inc/IPACM_Defs.h
parent09f9bde2adcb936f8319ac2b05a31f6530e1a7fa (diff)
downloadipacfg-mgr-c56fc320f10a31c3cf9c1acd44b7feaf5127beb7.tar.gz
IPACM: add more ALG ports for Android platform
From the configuration in Andorid platform, IPACM needs to set those ports/protocols in its configuration file to indicate ALG ports. All the traffic matched these ports/protocols then will go exception to Apps for processing instead of using IPA-HW. Change-Id: Ic6c553bd5fb21c7e425a8465ce7f321b271f45a0
Diffstat (limited to 'ipacm/inc/IPACM_Defs.h')
-rw-r--r--ipacm/inc/IPACM_Defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipacm/inc/IPACM_Defs.h b/ipacm/inc/IPACM_Defs.h
index d537790..0daf100 100644
--- a/ipacm/inc/IPACM_Defs.h
+++ b/ipacm/inc/IPACM_Defs.h
@@ -67,7 +67,7 @@ extern "C"
#define IPA_MAX_IFACE_ENTRIES 15
#define IPA_MAX_PRIVATE_SUBNET_ENTRIES 3
-#define IPA_MAX_ALG_ENTRIES 10
+#define IPA_MAX_ALG_ENTRIES 20
#define IPA_MAX_RM_ENTRY 6
#define V4_DEFAULT_ROUTE_TABLE_NAME "ipa_dflt_rt"