Skip to content

Commit

Permalink
Update API.md
Browse files Browse the repository at this point in the history
small correction of SRTO_IPV6ONLY option description, reported from PR Haivision#608
  • Loading branch information
thomasjammet authored Apr 18, 2019
1 parent 561f96f commit 8c671ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,9 +471,9 @@ regular development.*
- *Sender: user configurable, default: 64*
---

| OptName | Since | Binding | Type | Units | Default | Range |
| ----------------- | ----- | ------- | ------ | ------ | ------------------ | ------|
| `SRTO_IPV6ONLY` | 1.4.0 | pre | `bool` | true | (platform default) | -1..1 |
| OptName | Since | Binding | Type | Units | Default | Range |
| ----------------- | ----- | ------- | ----- | ----- | ------------------ | ------|
| `SRTO_IPV6ONLY` | 1.4.0 | pre | `int` | n/a | (platform default) | -1..1 |

- **[GET or SET]** - Set system socket flag IPV6ONLY. When set to 0 a listening
socket binding an IPv6 address accepts also IPv4 clients (their addresses will be
Expand Down

0 comments on commit 8c671ad

Please sign in to comment.