Skip to content

Commit 3a28b23

Browse files
committed
networking: forgot a line wrap:
Signed-off-by: Lynette Miles <lynette.miles@chronosphere.io>
1 parent 3cd2b49 commit 3a28b23

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

administration/networking.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ Fluent Bit uses the following networking concepts:
1616

1717
### TCP connect timeout
1818

19-
Most of the time creating a new TCP connection to a remote server is straightforward and takes a few milliseconds. But there are cases where DNS resolving, slow network or incomplete TLS handshakes might create long delays, or incomplete connection statuses.
19+
Most of the time creating a new TCP connection to a remote server is straightforward
20+
and takes a few milliseconds. But there are cases where DNS resolving, slow network
21+
or incomplete TLS handshakes might create long delays, or incomplete connection
22+
statuses.
2023

2124
`net.connect_timeout` lets you configure the maximum time to wait for a connection
2225
to be established. This value already considers the TLS handshake process.

0 commit comments

Comments
 (0)