summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/protocols.texi9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi
index a9c9d0c462..72b39145ec 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -1285,8 +1285,13 @@ Set the UDP maximum socket buffer size in bytes. This is used to set either
the receive or send buffer size, depending on what the socket is used for.
Default is 64KB. See also @var{fifo_size}.
-@item packet_gap=@var{seconds}
-Delay between packets
+@item bitrate=@var{bitrate}
+If set to nonzero, the output will have the specified constant bitrate if the
+input has enough packets to sustain it.
+
+@item burst_bits=@var{bits}
+When using @var{bitrate} this specifies the maximum number of bits in
+packet bursts.
@item localport=@var{port}
Override the local UDP port to bind with.