Skip to content

Commit

Permalink
Document the fact that only TCP is supported for 'proto'
Browse files Browse the repository at this point in the history
  • Loading branch information
chrzaszcz committed Apr 19, 2022
1 parent 56952c7 commit fbde55b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/configuration/listen.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ The port number to which the listening socket is bound.
The IP address to which the listening socket is bound.

### `listen.*.proto`
* **Syntax:** string, `"udp"` or `"tcp"`
* **Syntax:** string, only `"tcp"` is accepted
* **Default:** `"tcp"`
* **Example:** `proto = "udp"`

The protocol, which is TCP by default. There is no reason to change this for XMPP or HTTP listeners.
The protocol, which is TCP by default. Currently this is the only valid option.

### `listen.*.ip_version`
* **Syntax:** integer, `4` or `6`
Expand Down

0 comments on commit fbde55b

Please sign in to comment.