Maemo patchset 20101501+0m5
[h-e-n] / net / ipv4 / netfilter / Kconfig
index 3816e1d..de011c3 100644 (file)
@@ -204,6 +204,19 @@ config IP_NF_TARGET_REDIRECT
 
          To compile it as a module, choose M here.  If unsure, say N.
 
+config IP_NF_TARGET_IDLETIMER
+       tristate  "IDLETIMER target support"
+       depends on IP_NF_IPTABLES
+       help
+         This option adds a `IDLETIMER' target. Each matching packet resets
+         the timer associated with input and/or output interfaces. Timer
+         expiry causes kobject uevent. Idle timer can be read via sysfs.
+
+         To compile it as a module, choose M here.  If unsure, say N.
+
+
+         To compile it as a module, choose M here.  If unsure, say N.
+
 config NF_NAT_SNMP_BASIC
        tristate "Basic SNMP-ALG support"
        depends on NF_NAT
@@ -394,5 +407,29 @@ config IP_NF_ARP_MANGLE
 
 endif # IP_NF_ARPTABLES
 
+config IP_NF_HB
+       tristate "IP heartbeat support (EXPERIMENTAL)"
+       depends on NETFILTER_ADVANCED
+       ---help---
+         IP heartbeat support will let you queue TCP keepalive messages.
+         The idea is to delay outgoing TCP keepalive (heartbeat) messages
+         until they are sent when triggered by user space daemon (iphbd).
+         The keepalives are also sent if we receive packets from the network
+         or if the keepalive queue is full. The feature is used in wireless
+         networks so that we do not wake up radio all the time and also save
+         battery when keepalives are synchronized. The keepalive queueing
+         is only activated if iphbd is running and active, default behaviour
+         is to pass keepalives as is.
+
+if IP_NF_HB
+
+config IP_NF_HB_DEBUG
+       bool "IP heartbeat debugging"
+       ---help---
+         Say Y here if you want to get additional messages useful in
+         debugging the IP heartbeat code.
+
+endif # IP_HB
+
 endmenu