aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual/gun.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/manual/gun.asciidoc')
-rw-r--r--doc/src/manual/gun.asciidoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/manual/gun.asciidoc b/doc/src/manual/gun.asciidoc
index d130d62..9ad3e8e 100644
--- a/doc/src/manual/gun.asciidoc
+++ b/doc/src/manual/gun.asciidoc
@@ -354,9 +354,11 @@ supervise (true)::
Whether the Gun process should be started under the `gun_sup`
supervisor. Set to `false` to use your own supervisor.
-tcp_opts ([])::
+tcp_opts (DefaultOpts)::
TCP options used when establishing the connection.
+By default Gun enables send timeouts with the options
+`[{send_timeout, 15000}, {send_timeout_close, true}]`.
tls_handshake_timeout (infinity)::