From 618c80d2d8842a2263a802343d86cd5632204333 Mon Sep 17 00:00:00 2001 From: Barzilai Spinak Date: Fri, 8 Nov 2024 15:22:06 -0300 Subject: [PATCH] proguide: correct spelling of --- doc/src/asciidoc/ch08/channel_adaptor.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/asciidoc/ch08/channel_adaptor.adoc b/doc/src/asciidoc/ch08/channel_adaptor.adoc index c0cec6d2c9..f8f715ae98 100644 --- a/doc/src/asciidoc/ch08/channel_adaptor.adoc +++ b/doc/src/asciidoc/ch08/channel_adaptor.adoc @@ -166,7 +166,7 @@ specific to the channel, so they go inside the 'channel' element, not the outer 'channel-adaptor' element. ===== -=== Channel timeout, keep-alive, connection-timeout +=== Channel timeout, keep-alive, connect-timeout We strongly recommend that you add a channel-level timeout (expressed in milliseconds). There are many situations where a network connection can @@ -185,7 +185,7 @@ Setting the keep-alive (+true/false+) would set the low level +SO_KEEPALIVE+ flag at the socket level for situations where no network management messages are exchanged. -The +connection-timeout+ property can be used to set a smaller timeout at +The +connect-timeout+ property can be used to set a smaller timeout at connect time, this is useful when combined with the +alternate-host+ and +alternate-port+ set of properties. @@ -194,7 +194,7 @@ connect time, this is useful when combined with the +alternate-host+ and + ....