This is an automated email from the ASF dual-hosted git repository. tv pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
commit 0ead844934ac7091d0aa5770cb93e55ad940a78b Author: Thomas Vandahl <[email protected]> AuthorDate: Mon Mar 29 15:58:23 2021 +0200 Add UdpTTL documentation --- xdocs/LateralTCPProperties.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/xdocs/LateralTCPProperties.xml b/xdocs/LateralTCPProperties.xml index 2c9f6c6..de6facd 100644 --- a/xdocs/LateralTCPProperties.xml +++ b/xdocs/LateralTCPProperties.xml @@ -114,6 +114,13 @@ <td>N</td> <td>6789</td> </tr> + <tr> + <td>UdpTTL</td> + <td> The time-to-live for the UDP multicast packets (number of hops allowed). + </td> + <td>N</td> + <td>0 (use Java default)</td> + </tr> <tr> <td>UdpDiscoveryEnabled</td> <td> Whether or not the UDP discovery service should be used to
