X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/14b5913c9e30978620dbb6f2b85651e8bf7147e9..fb93862c3c47914c79a8109e4b0ce9fc1b7ce726:/doc/disorder_config.5.in?ds=sidebyside diff --git a/doc/disorder_config.5.in b/doc/disorder_config.5.in index e57e06a..c4f3bd4 100644 --- a/doc/disorder_config.5.in +++ b/doc/disorder_config.5.in @@ -686,6 +686,16 @@ The default value is This option is experimental, and may change or be removed in a future release. .TP +.B rtp_max_payload \fBYTES\fR +Don't send RTP packets with a UDP payload larger than +.I BYTES +(including the 12-byte RTP header). If you know that you will be transmitting +RTP over networks with an unusually low MTU size, then it is probably useful to +set this option. +.IP +This option is experimental, +and may change or be removed in a future release. +.TP .B rtp_minbuffer \fIFRAMES\fR Set .BR disorder-playrtp (1)'s @@ -726,6 +736,28 @@ Choose one of the above based on the destination address. This is the default, for backwards compatibility reasons. .RE .TP +.B rtp_mtu_discovery \fIOPTION\fR +Control whether the system attemps path-MTU discovery using RTP packets +transmitted over IPv4. (This is not configurable in IPv6.) Possible values +are: +.RS +.TP +.B default +Do whatever the kernel usually does with UDP packets. This is, err, the +default. +.TP +.B yes +Force path-MTU disocvery. The `don't fragment' bit is set on outgoing packets +and we assume that the kernel will handle ICMP `fragmentation needed' errors +coming back and fragment accordingly. +.TP +.B no +Disable path-MTU discovery. Packets will be sent without the `don't fragment' +bit, and routers will be expected to fragment packets as necessary. +.RE +.IP +This option is experimental, and may change or be removed in a future release. +.TP .B rtp_rcvbuf \fISIZE\fR Set .BR disorder-playrtp (1)'s