summaryrefslogtreecommitdiff
path: root/doc/protocols.texi
diff options
context:
space:
mode:
authorAndriy Gelman <andriy.gelman@gmail.com>2020-03-08 16:33:29 -0400
committerMarton Balint <cus@passwd.hu>2020-03-09 22:07:18 +0100
commite6c5329a4302e3085855e7e6e7f147ec28c7f02b (patch)
treed3c5c0fff51e5f47ff6c420a7dbdb03e8ba3d899 /doc/protocols.texi
parent1676d0fb25c6851d0750ed6926b8205ed20973eb (diff)
downloadffmpeg-e6c5329a4302e3085855e7e6e7f147ec28c7f02b.tar.gz
avformat/libzmq: Make default pkt_size value consistent with amqp
Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com> Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r--doc/protocols.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi
index 27df4759b6..e510019f2d 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -1858,7 +1858,7 @@ line. The following options are supported:
@item pkt_size
Forces the maximum packet size for sending/receiving data. The default value is
-32,768 bytes. On the server side, this sets the maximum size of sent packets
+131,072 bytes. On the server side, this sets the maximum size of sent packets
via ZeroMQ. On the clients, it sets an internal buffer size for receiving
packets. Note that pkt_size on the clients should be equal to or greater than
pkt_size on the server. Otherwise the received message may be truncated causing