diff options
author | jackarain <jack.wgm@gmail.com> | 2023-03-03 17:49:26 +0800 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-03-30 12:09:49 +0200 |
commit | 4d216654ca72dfd23fcafcc5195db0eb9bdd483b (patch) | |
tree | ba3078191d7f2f2a1b8fc373768563befe4b2406 /doc/protocols.texi | |
parent | 0684e58886881a998f1a7b510d73600ff1df2b90 (diff) | |
download | ffmpeg-4d216654ca72dfd23fcafcc5195db0eb9bdd483b.tar.gz |
libavformat/tcp: add local_addr/local_port for network option
Signed-off-by: jackarain <jack.wgm@gmail.com>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index 21ae6181a0..b3fad55591 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -1882,6 +1882,12 @@ The list of supported options follows. 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 local_addr=@var{addr} +Local IP address of a network interface used for tcp socket connect. + +@item local_port=@var{port} +Local port used for tcp socket connect. + @item timeout=@var{microseconds} Set raise error timeout, expressed in microseconds. |