diff mbox series

[FFmpeg-devel] doc/tcp: update option listen description

Message ID tencent_6FEF87FA57FC79CD0BC36C80B505E3C68905@qq.com
State New
Headers show
Series [FFmpeg-devel] doc/tcp: update option listen description | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Lingjiang Fang Jan. 2, 2021, 11:37 a.m. UTC
---
 doc/protocols.texi | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

--
2.29.2

Comments

Marton Balint Jan. 9, 2021, 4:28 p.m. UTC | #1
On Sat, 2 Jan 2021, Lingjiang Fang wrote:

> ---
> doc/protocols.texi | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/doc/protocols.texi b/doc/protocols.texi
> index de377a9546..e5a68dcbf4 100644
> --- a/doc/protocols.texi
> +++ b/doc/protocols.texi
> @@ -1635,8 +1635,10 @@ tcp://@var{hostname}:@var{port}[?@var{options}]
> The list of supported options follows.
>
> @table @option
> -@item listen=@var{1|0}
> -Listen for an incoming connection. Default value is 0.
> +@item listen=@var{2|1|0}
> +Listen for an incoming connection.
> +0 disable listen, 1 enable listen single client, 2 enable listen multi-client.
> +Default value is 0.
>
> @item timeout=@var{microseconds}
> Set raise error timeout, expressed in microseconds.

Thanks, applied with slightly different wording.

Regards,
Marton
diff mbox series

Patch

diff --git a/doc/protocols.texi b/doc/protocols.texi
index de377a9546..e5a68dcbf4 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -1635,8 +1635,10 @@  tcp://@var{hostname}:@var{port}[?@var{options}]
 The list of supported options follows.

 @table @option
-@item listen=@var{1|0}
-Listen for an incoming connection. Default value is 0.
+@item listen=@var{2|1|0}
+Listen for an incoming connection.
+0 disable listen, 1 enable listen single client, 2 enable listen multi-client.
+Default value is 0.

 @item timeout=@var{microseconds}
 Set raise error timeout, expressed in microseconds.