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