Преглед изворни кода

doc: Remove reference to quarantine settings

They have been deleted and replaced with the greylist system
foo пре 2 година
родитељ
комит
1383e7bd47
2 измењених фајлова са 0 додато и 10 уклоњено
  1. 0 9
      bin/darkfid/darkfid_config.toml
  2. 0 1
      doc/src/misc/tor-darkirc.md

+ 0 - 9
bin/darkfid/darkfid_config.toml

@@ -85,9 +85,6 @@ inbound = ["tcp+tls://0.0.0.0:8242"]
 # Allow localnet hosts
 # Allow localnet hosts
 localnet = true
 localnet = true
 
 
-# Delete a peer from hosts if they've been quarantined N times
-#hosts_quarantine_limit = 50
-
 # Cooling off time for peer discovery when unsuccessful
 # Cooling off time for peer discovery when unsuccessful
 #outbound_peer_discovery_cooloff_time = 30
 #outbound_peer_discovery_cooloff_time = 30
 
 
@@ -172,9 +169,6 @@ outbound_connections = 8
 # Allow localnet hosts
 # Allow localnet hosts
 localnet = false
 localnet = false
 
 
-# Delete a peer from hosts if they've been quarantined N times
-#hosts_quarantine_limit = 50
-
 # Cooling off time for peer discovery when unsuccessful
 # Cooling off time for peer discovery when unsuccessful
 #outbound_peer_discovery_cooloff_time = 30
 #outbound_peer_discovery_cooloff_time = 30
 
 
@@ -259,9 +253,6 @@ outbound_connections = 8
 # Allow localnet hosts
 # Allow localnet hosts
 localnet = false
 localnet = false
 
 
-# Delete a peer from hosts if they've been quarantined N times
-#hosts_quarantine_limit = 50
-
 # Cooling off time for peer discovery when unsuccessful
 # Cooling off time for peer discovery when unsuccessful
 #outbound_peer_discovery_cooloff_time = 30
 #outbound_peer_discovery_cooloff_time = 30
 
 

+ 0 - 1
doc/src/misc/tor-darkirc.md

@@ -23,7 +23,6 @@ Some settings may be commented-out by default.
 outbound_connect_timeout = 60
 outbound_connect_timeout = 60
 channel_handshake_timeout = 55
 channel_handshake_timeout = 55
 channel_heartbeat_interval = 90
 channel_heartbeat_interval = 90
-hosts_quarantine_limit = 10
 outbound_peer_discovery_cooloff_time = 60
 outbound_peer_discovery_cooloff_time = 60
 
 
 allowed_transports = ["tor", "tor+tls"]
 allowed_transports = ["tor", "tor+tls"]