|
@@ -95,7 +95,7 @@ listen(Opts) ->
|
|
|
%% first argument.
|
|
|
ssl:listen(0, ranch:filter_options(Opts2,
|
|
|
[backlog, cacertfile, certfile, ciphers, ip,
|
|
|
- keyfile, nodelay, password, port, verify],
|
|
|
+ keyfile, nodelay, password, port, raw, verify],
|
|
|
[binary, {active, false}, {packet, raw},
|
|
|
{reuseaddr, true}, {nodelay, true}])).
|
|
|
|