8 lines
400 B
Markdown
8 lines
400 B
Markdown
### Listen config
|
|
If `type` is `unix`, `path` is the path where to create the socket, and `force` is whether to overwrite the socket file if it already exists.
|
|
|
|
If `type` is `tcp`, `port` and `host` are the host/port where to listen.
|
|
|
|
### Register timeout
|
|
`register_timeout` is the amount of time (in milliseconds) that a connecting peer must send a "register" command after initiating a connection.
|