Skip to content

Commit

Permalink
[docs] Revised accumulated statistics, added summary table (#1216)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbakholdina committed Apr 1, 2020
1 parent 9f7d93b commit 48a14cf
Show file tree
Hide file tree
Showing 2 changed files with 244 additions and 166 deletions.
8 changes: 4 additions & 4 deletions docs/API-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ be called from the C++ global destructor, if not called by the application, alth
relying on this behavior is stronly discouraged.

- Returns:

* 0 (A possibility to return other values is reserved for future use)

**IMPORTANT**: Note that the startup/cleanup calls have an instance counter.
Expand Down Expand Up @@ -865,7 +865,7 @@ are then derived by the member sockets.
* `SRT_EINVSOCK`: Socket `u` indicates no valid socket ID
* `SRT_EINVOP`: Option `opt` indicates no valid option
* Various other errors that may result from problems when setting a specific
option (see option description for details).
option (see option description for details).

### srt_getversion

Expand Down Expand Up @@ -1464,7 +1464,7 @@ level-triggered, you can do two separate subscriptions for the same socket.


- Returns:

* 0 if successful, otherwise -1

- Errors:
Expand All @@ -1489,7 +1489,7 @@ The `_usock` suffix refers to a user socket (SRT socket).
The `_ssock` suffix refers to a system socket.

- Returns:

* 0 if successful, otherwise -1

- Errors:
Expand Down
Loading

0 comments on commit 48a14cf

Please sign in to comment.