diff options
author | Loïc Hoguin <[email protected]> | 2013-11-26 14:22:10 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-11-26 14:22:10 +0100 |
commit | 99242f3342f24f447e487aee6cbf909fcfce9fdb (patch) | |
tree | 7174e2ca193efee7a9d8b48959566b44aa56c642 /manual | |
parent | 95bb778f57f55e02bd7fe6f86dfbb4f0a94d6ade (diff) | |
download | ranch-99242f3342f24f447e487aee6cbf909fcfce9fdb.tar.gz ranch-99242f3342f24f447e487aee6cbf909fcfce9fdb.tar.bz2 ranch-99242f3342f24f447e487aee6cbf909fcfce9fdb.zip |
Add accept_ack on all transports and ack_timeout transport option
Doing this in the connection process allows us to free acceptors
to start accepting more connections quicker, especially under load.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/ranch_transport.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/ranch_transport.md b/manual/ranch_transport.md index 7eb350d..291b0e4 100644 --- a/manual/ranch_transport.md +++ b/manual/ranch_transport.md @@ -17,7 +17,7 @@ Callbacks --------- ### accept(LSocket, Timeout) - -> {ok, CSocket} | {error, closed | timeout | atom() | tuple()} + -> {ok, CSocket} | {error, closed | timeout | atom()} > Types: > * LSocket = CSocket = any() |