From 822bc1e06680e69a074dbca65a7419d93944380e Mon Sep 17 00:00:00 2001 From: David Akpan <51506996+praisedavid787@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:34:40 +0100 Subject: [PATCH] [docs] Corrected a typo in API-socket-options.md (#3046). --- docs/API/API-socket-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API/API-socket-options.md b/docs/API/API-socket-options.md index a06f8556d..3291f6e27 100644 --- a/docs/API/API-socket-options.md +++ b/docs/API/API-socket-options.md @@ -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.