Kconfig (2dc94310bd94d0906febea7d0f7c188da620c952) | Kconfig (82fe7c924e61f9444b376498496942d41fbe9d26) |
---|---|
1# 2# Network configuration 3# 4 5menu "Networking" 6 7config NET 8 bool "Networking support" --- 217 unchanged lines hidden (view full) --- 226 tristate "TCP connection probing" 227 depends on INET && EXPERIMENTAL && PROC_FS && KPROBES 228 ---help--- 229 This module allows for capturing the changes to TCP connection 230 state in response to incoming packets. It is used for debugging 231 TCP congestion avoidance modules. If you don't understand 232 what was just said, you don't need it: say N. 233 | 1# 2# Network configuration 3# 4 5menu "Networking" 6 7config NET 8 bool "Networking support" --- 217 unchanged lines hidden (view full) --- 226 tristate "TCP connection probing" 227 depends on INET && EXPERIMENTAL && PROC_FS && KPROBES 228 ---help--- 229 This module allows for capturing the changes to TCP connection 230 state in response to incoming packets. It is used for debugging 231 TCP congestion avoidance modules. If you don't understand 232 what was just said, you don't need it: say N. 233 |
234 Documentation on how to use the packet generator can be found | 234 Documentation on how to use TCP connection probing can be found |
235 at http://linux-net.osdl.org/index.php/TcpProbe 236 237 To compile this code as a module, choose M here: the 238 module will be called tcp_probe. 239 240endmenu 241 242endmenu --- 17 unchanged lines hidden --- | 235 at http://linux-net.osdl.org/index.php/TcpProbe 236 237 To compile this code as a module, choose M here: the 238 module will be called tcp_probe. 239 240endmenu 241 242endmenu --- 17 unchanged lines hidden --- |