2005-06-01 12:02:31 -04:00
|
|
|
$OpenBSD: patch-BitTorrent_defaultargs_py,v 1.2 2005/06/01 16:02:31 naddy Exp $
|
|
|
|
--- BitTorrent/defaultargs.py.orig Sat May 28 00:23:22 2005
|
|
|
|
+++ BitTorrent/defaultargs.py Sat May 28 00:23:36 2005
|
|
|
|
@@ -110,7 +110,7 @@ rare_options = [
|
|
|
|
_("do not connect to several peers that have the same IP address")),
|
|
|
|
('peer_socket_tos', 8,
|
|
|
|
_("if nonzero, set the TOS option for peer connections to this value")),
|
|
|
|
- ('bad_libc_workaround', MYFALSE,
|
|
|
|
+ ('bad_libc_workaround', MYTRUE,
|
|
|
|
_("enable workaround for a bug in BSD libc that makes file reads very slow.")),
|
2005-04-21 18:17:02 -04:00
|
|
|
('tracker_proxy', '',
|
2005-06-01 12:02:31 -04:00
|
|
|
_("address of HTTP proxy to use for tracker connections")),
|