|
@@ -122,11 +122,11 @@ by calling `ranch:get_status/1` with the listener name as argument.
|
|
|
|
|
|
By default the socket will be set to return `binary` data, with the
|
|
By default the socket will be set to return `binary` data, with the
|
|
options `{active, false}`, `{packet, raw}`, `{reuseaddr, true}` set.
|
|
options `{active, false}`, `{packet, raw}`, `{reuseaddr, true}` set.
|
|
-These values can't be overriden when starting the listener, but
|
|
|
|
-they can be overriden using `Transport:setopts/2` in the protocol.
|
|
|
|
|
|
+These values can't be overridden when starting the listener, but
|
|
|
|
+they can be overridden using `Transport:setopts/2` in the protocol.
|
|
|
|
|
|
It will also set `{backlog, 1024}` and `{nodelay, true}`, which
|
|
It will also set `{backlog, 1024}` and `{nodelay, true}`, which
|
|
-can be overriden at listener startup.
|
|
|
|
|
|
+can be overridden at listener startup.
|
|
|
|
|
|
=== Listening on a random port
|
|
=== Listening on a random port
|
|
|
|
|