Kconfig (95d465fd750897ab32462a6702fbfe1b122cbbc0) | Kconfig (a42e9d6ce89cfd19aee9f990b7231ce697f0d00f) |
---|---|
1# 2# Network configuration 3# 4 5menu "Networking" 6 7config NET 8 bool "Networking support" --- 201 unchanged lines hidden (view full) --- 210 what was just said, you don't need it: say N. 211 212 Documentation on how to use the packet generator can be found 213 at <file:Documentation/networking/pktgen.txt>. 214 215 To compile this code as a module, choose M here: the 216 module will be called pktgen. 217 | 1# 2# Network configuration 3# 4 5menu "Networking" 6 7config NET 8 bool "Networking support" --- 201 unchanged lines hidden (view full) --- 210 what was just said, you don't need it: say N. 211 212 Documentation on how to use the packet generator can be found 213 at <file:Documentation/networking/pktgen.txt>. 214 215 To compile this code as a module, choose M here: the 216 module will be called pktgen. 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 219 220endmenu 221 222source "net/ax25/Kconfig" 223source "net/irda/Kconfig" 224source "net/bluetooth/Kconfig" 225source "net/ieee80211/Kconfig" 226 227config WIRELESS_EXT 228 bool 229 230endif # if NET 231endmenu # Networking 232 | 233endmenu 234 235endmenu 236 237source "net/ax25/Kconfig" 238source "net/irda/Kconfig" 239source "net/bluetooth/Kconfig" 240source "net/ieee80211/Kconfig" 241 242config WIRELESS_EXT 243 bool 244 245endif # if NET 246endmenu # Networking 247 |