Skip to content

Commit

Permalink
[docs] Added SRTO_RETRANSMISSION_ALGORITHM socket option
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko committed Jul 27, 2020
1 parent d2d8f34 commit 2cb4bdf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -1070,6 +1070,17 @@ and both must use bind/connect to one another.

---

| OptName | Since | Binding | Type | Units | Default | Range |
| ------------------------------- | ----- | ------- | ------ | ------ | ------- | ------ |
| `SRTO_RETRANSMISSION_ALGORITHM` | 1.5.0 | pre | `int` | | 0 | [0, 1] |

* **[GET or SET]** - Retransmission algorithm to use (SENDER option).

* 0 - Default (retranmsit on every loss report).
* 1 - Reduced retransmissions (not more often than once per RTT) - reduced bandwidth consumption.

---

| OptName | Since | Binding | Type | Units | Default | Range |
| --------------------- | ----- | ------- | ----- | ------ | -------- | ----------- |
| `SRTO_REUSEADDR` | | pre | | | true | true, false |
Expand Down

0 comments on commit 2cb4bdf

Please sign in to comment.