X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=net%2Fipv4%2FKconfig;h=e2c848df6d11728f8cb36376edbb5376a20b4ef3;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=ff4872242079e8a1ca2b77b97a982f540937ce97;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index ff4872242..e2c848df6 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig @@ -414,24 +414,6 @@ config INET_TUNNEL tristate default n -config INET_XFRM_MODE_TRANSPORT - tristate "IP: IPsec transport mode" - default y - select XFRM - ---help--- - Support for IPsec transport mode. - - If unsure, say Y. - -config INET_XFRM_MODE_TUNNEL - tristate "IP: IPsec tunnel mode" - default y - select XFRM - ---help--- - Support for IPsec tunnel mode. - - If unsure, say Y. - config INET_DIAG tristate "INET: socket monitoring interface" default y @@ -550,28 +532,6 @@ config TCP_CONG_SCALABLE properties, though is known to have fairness issues. See http://www-lce.eng.cam.ac.uk/~ctk21/scalable/ -config TCP_CONG_LP - tristate "TCP Low Priority" - depends on EXPERIMENTAL - default n - ---help--- - TCP Low Priority (TCP-LP), a distributed algorithm whose goal is - to utiliza only the excess network bandwidth as compared to the - ``fair share`` of bandwidth as targeted by TCP. - See http://www-ece.rice.edu/networks/TCP-LP/ - -config TCP_CONG_VENO - tristate "TCP Veno" - depends on EXPERIMENTAL - default n - ---help--- - TCP Veno is a sender-side only enhancement of TCP to obtain better - throughput over wireless networks. TCP Veno makes use of state - distinguishing to circumvent the difficult judgment of the packet loss - type. TCP Veno cuts down less congestion window in response to random - loss packets. - See http://www.ntu.edu.sg/home5/ZHOU0022/papers/CPFu03a.pdf - endmenu config TCP_CONG_BIC