diff options
Diffstat (limited to 'net/ipv4/Kconfig')
-rw-r--r-- | net/ipv4/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index 30af4a4dfcc8..d172a9804448 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig | |||
@@ -64,7 +64,7 @@ config ASK_IP_FIB_HASH | |||
64 | config IP_FIB_TRIE | 64 | config IP_FIB_TRIE |
65 | bool "FIB_TRIE" | 65 | bool "FIB_TRIE" |
66 | ---help--- | 66 | ---help--- |
67 | Use new experimental LC-trie as FIB lookup algoritm. | 67 | Use new experimental LC-trie as FIB lookup algorithm. |
68 | This improves lookup performance if you have a large | 68 | This improves lookup performance if you have a large |
69 | number of routes. | 69 | number of routes. |
70 | 70 | ||
@@ -526,7 +526,7 @@ config TCP_CONG_HYBLA | |||
526 | ---help--- | 526 | ---help--- |
527 | TCP-Hybla is a sender-side only change that eliminates penalization of | 527 | TCP-Hybla is a sender-side only change that eliminates penalization of |
528 | long-RTT, large-bandwidth connections, like when satellite legs are | 528 | long-RTT, large-bandwidth connections, like when satellite legs are |
529 | involved, expecially when sharing a common bottleneck with normal | 529 | involved, especially when sharing a common bottleneck with normal |
530 | terrestrial connections. | 530 | terrestrial connections. |
531 | 531 | ||
532 | config TCP_CONG_VEGAS | 532 | config TCP_CONG_VEGAS |
@@ -556,7 +556,7 @@ config TCP_CONG_LP | |||
556 | default n | 556 | default n |
557 | ---help--- | 557 | ---help--- |
558 | TCP Low Priority (TCP-LP), a distributed algorithm whose goal is | 558 | TCP Low Priority (TCP-LP), a distributed algorithm whose goal is |
559 | to utiliza only the excess network bandwidth as compared to the | 559 | to utilize only the excess network bandwidth as compared to the |
560 | ``fair share`` of bandwidth as targeted by TCP. | 560 | ``fair share`` of bandwidth as targeted by TCP. |
561 | See http://www-ece.rice.edu/networks/TCP-LP/ | 561 | See http://www-ece.rice.edu/networks/TCP-LP/ |
562 | 562 | ||