diff options
Diffstat (limited to 'net/ipv4/ipvs/Kconfig')
-rw-r--r-- | net/ipv4/ipvs/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/ipvs/Kconfig b/net/ipv4/ipvs/Kconfig index c9820bfc493a..891b9355cf96 100644 --- a/net/ipv4/ipvs/Kconfig +++ b/net/ipv4/ipvs/Kconfig | |||
@@ -81,7 +81,7 @@ config IP_VS_PROTO_ESP | |||
81 | bool "ESP load balancing support" | 81 | bool "ESP load balancing support" |
82 | depends on IP_VS | 82 | depends on IP_VS |
83 | ---help--- | 83 | ---help--- |
84 | This option enables support for load balancing ESP (Encapsultion | 84 | This option enables support for load balancing ESP (Encapsulation |
85 | Security Payload) transport protocol. Say Y if unsure. | 85 | Security Payload) transport protocol. Say Y if unsure. |
86 | 86 | ||
87 | config IP_VS_PROTO_AH | 87 | config IP_VS_PROTO_AH |
@@ -204,7 +204,7 @@ config IP_VS_SED | |||
204 | connections to the server with the shortest expected delay. The | 204 | connections to the server with the shortest expected delay. The |
205 | expected delay that the job will experience is (Ci + 1) / Ui if | 205 | expected delay that the job will experience is (Ci + 1) / Ui if |
206 | sent to the ith server, in which Ci is the number of connections | 206 | sent to the ith server, in which Ci is the number of connections |
207 | on the the ith server and Ui is the fixed service rate (weight) | 207 | on the ith server and Ui is the fixed service rate (weight) |
208 | of the ith server. | 208 | of the ith server. |
209 | 209 | ||
210 | If you want to compile it in kernel, say Y. To compile it as a | 210 | If you want to compile it in kernel, say Y. To compile it as a |