aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMarc Worrell <[email protected]>2016-08-27 00:05:32 +0200
committerLoïc Hoguin <[email protected]>2016-09-19 13:34:50 +0200
commit2d56329c7b75f282fb70204a32dbd761f738f5b4 (patch)
tree9e7200d26d80ccc241e9e63c4c3b40b46786d353 /doc
parent82c1aa77e64c610f6b2ac0666ae5435f5f79fa40 (diff)
downloadranch-2d56329c7b75f282fb70204a32dbd761f738f5b4.tar.gz
ranch-2d56329c7b75f282fb70204a32dbd761f738f5b4.tar.bz2
ranch-2d56329c7b75f282fb70204a32dbd761f738f5b4.zip
Add ipv6_v6only listen option
Diffstat (limited to 'doc')
-rw-r--r--doc/src/manual/ranch_tcp.asciidoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/manual/ranch_tcp.asciidoc b/doc/src/manual/ranch_tcp.asciidoc
index 1fc268d..6eb7fa3 100644
--- a/doc/src/manual/ranch_tcp.asciidoc
+++ b/doc/src/manual/ranch_tcp.asciidoc
@@ -30,6 +30,7 @@ opt() = {backlog, non_neg_integer()}
| inet
| inet6
| {ip, inet:ip_address()}
+ | {ipv6_v6only, boolean()}
| {keepalive, boolean()}
| {linger, {boolean(), non_neg_integer()}}
| {low_msgq_watermark, non_neg_integer()}
@@ -88,6 +89,8 @@ inet6::
Set up the socket for IPv6.
ip::
Interface to listen on. Listen on all interfaces by default.
+ipv6_v6only (false)::
+ Listen on IPv4 and IPv6 (false) or only on IPv6 (true). Use with inet6.
keepalive (false)::
Enable sending of keep-alive messages.
linger ({false, 0})::