diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-21 22:13:08 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-21 22:13:08 -0500 |
commit | c9bd9c4d39781ae24a43797dadce9f6f6ff00058 (patch) | |
tree | 0ab068dfbd4de2c1d2d9bdaae581f36dc4995a5f /network/tribler/squelch_dht_exceptions.diff | |
parent | 8c5a1e98a3d0b995390511305964e364bdf61dfb (diff) | |
download | slackbuilds-c9bd9c4d39781ae24a43797dadce9f6f6ff00058.tar.gz |
network/tribler: Removed (no maintainer)
Diffstat (limited to 'network/tribler/squelch_dht_exceptions.diff')
-rw-r--r-- | network/tribler/squelch_dht_exceptions.diff | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/network/tribler/squelch_dht_exceptions.diff b/network/tribler/squelch_dht_exceptions.diff deleted file mode 100644 index fbc9dba39f..0000000000 --- a/network/tribler/squelch_dht_exceptions.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur tribler-6.4.0/Tribler/Core/Libtorrent/LibtorrentDownloadImpl.py tribler-6.4.0.patched/Tribler/Core/Libtorrent/LibtorrentDownloadImpl.py ---- tribler-6.4.0/Tribler/Core/Libtorrent/LibtorrentDownloadImpl.py 2014-12-21 02:24:05.000000000 -0500 -+++ tribler-6.4.0.patched/Tribler/Core/Libtorrent/LibtorrentDownloadImpl.py 2014-12-21 03:45:45.000000000 -0500 -@@ -845,7 +845,7 @@ - public = self.tdef and not isinstance(self.tdef, TorrentDefNoMetainfo) and not self.tdef.is_private() - - result = self.tracker_status.copy() -- result['[DHT]'] = [dht_peers, 'Working' if ltsession.is_dht_running() and public else 'Disabled'] -+ result['[DHT]'] = [dht_peers, 'Working' if dht_peers > 0 else 'Not Working'] - result['[PeX]'] = [pex_peers, 'Working' if not self.get_anon_mode() else 'Disabled'] - return result - |