aboutsummaryrefslogtreecommitdiffstats
path: root/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig
index 4193cdcd3ae7..ff0db804eed8 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -215,6 +215,21 @@ config NET_PKTGEN
215 To compile this code as a module, choose M here: the 215 To compile this code as a module, choose M here: the
216 module will be called pktgen. 216 module will be called pktgen.
217 217
218config NET_TCPPROBE
219 tristate "TCP connection probing"
220 depends on INET && EXPERIMENTAL && PROC_FS && KPROBES
221 ---help---
222 This module allows for capturing the changes to TCP connection
223 state in response to incoming patckets. It is used for debugging
224 TCP congestion avoidance modules. If you don't understand
225 what was just said, you don't need it: say N.
226
227 Documentation on how to use the packet generator can be found
228 at http://linux-net.osdl.org/index.php/TcpProbe
229
230 To compile this code as a module, choose M here: the
231 module will be called tcp_probe.
232
218endmenu 233endmenu
219 234
220endmenu 235endmenu