X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/2a2b84aa6a83ccb20820723f1c93ef3f762eb4d3..10511fad863f95a08f483400d20ce9122655444e:/doc/disorder_config.5.in diff --git a/doc/disorder_config.5.in b/doc/disorder_config.5.in index 0822669..c4f3bd4 100644 --- a/doc/disorder_config.5.in +++ b/doc/disorder_config.5.in @@ -736,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