Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2015-03-05 14:05:17 +0300
committerStefano Sabatini <stefasab@gmail.com>2015-03-05 14:13:25 +0300
commit6db20926c32ea297418f1f819585007c6b7b6160 (patch)
tree4b00d5d70100d28b472aa86456cb6b14d0dfec15 /doc
parent2af260e3a85ef2a9fadcac4f4fa652cee53e591e (diff)
doc/protocols/tcp: fix units of listen_timeout option value, from microseconds to milliseconds
s->listen_timeout is passed to ff_listen_bind(), which accepts a timeout value expressed in milliseconds. The unit was incorrectly set in 1b4da43ce02452843a1e9bb976da1a39e18a945c.
Diffstat (limited to 'doc')
-rw-r--r--doc/protocols.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi
index d165bda0e4..006324c68d 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -1081,8 +1081,8 @@ Set raise error timeout, expressed in microseconds.
This option is only relevant in read mode: if no data arrived in more
than this time interval, raise error.
-@item listen_timeout=@var{microseconds}
-Set listen timeout, expressed in microseconds.
+@item listen_timeout=@var{milliseconds}
+Set listen timeout, expressed in milliseconds.
@end table
The following example shows how to setup a listening TCP connection