Skip to content

Commit

Permalink
[docs] Formatting fixes for API.md
Browse files Browse the repository at this point in the history
For SRTO_MAXBW option.
  • Loading branch information
maxsharabayko authored Mar 8, 2019
1 parent deac356 commit a2d900e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -518,9 +518,10 @@ immediately upon experiencing a "gap" in sequences.
| --------------------- | ----- | ------- | --------- | --------- | -------- | ------ |
| `SRTO_MAXBW` | 1.0.5 | pre | `int64_t` | bytes/sec | -1 | -1 |

- **[GET or SET]** - Maximum send bandwidth. -1: infinite (CSRTCC limit is
30mbps) = 0: relative to input rate (SRT 1.0.5 addition, see `SRTO_INPUTBW`)
>0: absolute limit
- **[GET or SET]** - Maximum send bandwidth.
- `-1`: infinite (CSRTCC limit is 30mbps)
- `= 0`: relative to input rate (SRT 1.0.5 addition, see `SRTO_INPUTBW`)
- `>0`: absolute limit
- *SRT recommended value: 0 (relative)*
---

Expand Down

0 comments on commit a2d900e

Please sign in to comment.