diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-06-30 09:50:44 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-06-30 09:50:44 +0200 |
commit | 363dee6846bc7fb87db75f8826a7bcf608c83127 (patch) | |
tree | 1730f5070fccac36acf0eb6559ac16e232bffb2b /MANUAL | |
parent | a28d92d0490e75f2be7d7239ac491683e215c42f (diff) | |
download | vdr-363dee6846bc7fb87db75f8826a7bcf608c83127.tar.gz vdr-363dee6846bc7fb87db75f8826a7bcf608c83127.tar.bz2 |
SVDRP peering can now be limited to the default SVDRP host2.3.8
Diffstat (limited to 'MANUAL')
-rw-r--r-- | MANUAL | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -1085,8 +1085,16 @@ Version 2.2 connection after which the connection is automatically closed. Default is 300, a value of 0 means no timeout. - SVDRP peering = no Activates automatic connections between VDRs in the same - network. + SVDRP peering = off Activates automatic connections between VDRs in the same + network. If set to "any hosts" this VDR will establish + connections with any available hosts. If set to "only + default host" this VDR will only connect to the VDR with + the name defined in "SVDRP default host". If no default + host has been defined, the behavior is the same as with + "any hosts". To switch from "off" to "only default host", + you may need to select "any hosts" first and confirm the + dialog by pressing "Ok" in order to be able to select a + default host. SVDRP host name The name of this VDR, which is used when connecting VDRs via SVDRP. By default, the machine's host name is used. |