Merged
Merged
Conversation
| ``` | ||
|
|
||
| In order to change the host the socket is listening on, you can provide an IP | ||
| addres through the first parameter provided to the constructor, optionally |
| * provided to the constructor. | ||
| * As above, the `$uri` parameter can consist of only a port, in which case the | ||
| * server will default to listening on the localhost address `127.0.0.1` and thus | ||
| * it will not be reachable from outside of this system. |
| * ``` | ||
| * | ||
| * In order to change the host the socket is listening on, you can provide an IP | ||
| * addres through the first parameter provided to the constructor, optionally |
| provided to the constructor: | ||
| As above, the `$uri` parameter can consist of only a port, in which case the | ||
| server will default to listening on the localhost address `127.0.0.1` and thus | ||
| it will not be reachable from outside of this system. |
jsor approved these changes Feb 5, 2017