mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-17 12:27:18 +00:00
doc/protocols: explain tcp listen option description
Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
parent
7a2d94cf1a
commit
c4407a3e00
@ -1652,8 +1652,9 @@ tcp://@var{hostname}:@var{port}[?@var{options}]
|
|||||||
The list of supported options follows.
|
The list of supported options follows.
|
||||||
|
|
||||||
@table @option
|
@table @option
|
||||||
@item listen=@var{1|0}
|
@item listen=@var{2|1|0}
|
||||||
Listen for an incoming connection. Default value is 0.
|
Listen for an incoming connection. 0 disables listen, 1 enables listen in
|
||||||
|
single client mode, 2 enables listen in multi-client mode. Default value is 0.
|
||||||
|
|
||||||
@item timeout=@var{microseconds}
|
@item timeout=@var{microseconds}
|
||||||
Set raise error timeout, expressed in microseconds.
|
Set raise error timeout, expressed in microseconds.
|
||||||
|
Loading…
Reference in New Issue
Block a user