From 99242f3342f24f447e487aee6cbf909fcfce9fdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 26 Nov 2013 14:22:10 +0100 Subject: 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. --- manual/ranch_transport.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual') 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() -- cgit v1.2.3