Skip to content

Commit

Permalink
[docs] Corrected a typo in API-socket-options.md (#3046).
Browse files Browse the repository at this point in the history
  • Loading branch information
praisedavid787 authored Oct 9, 2024
1 parent 3c7022e commit 822bc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API/API-socket-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ be sender and receiver at the same time, and `SRTO_SENDER` became redundant.
| `SRTO_LINGER` | | pre | `linger` | s | off \* | 0.. | RW | GSD |

SRT socket linger time on close (similar to [SO\_LINGER](http://man7.org/linux/man-pages/man7/socket.7.html)).
The defulat value in [the live streaming configuration](./API.md#transmission-types) is OFF. In this type of workflow there is no point for wait for all the data
The default value in [the live streaming configuration](./API.md#transmission-types) is OFF. In this type of workflow there is no point for wait for all the data
to be delivered after a connection is closed.
The default value in [the file transfer configuration](./API.md#transmission-types) is 180 s.

Expand Down

0 comments on commit 822bc1e

Please sign in to comment.