13 lines
668 B
Plaintext
13 lines
668 B
Plaintext
$OpenBSD: patch-BitTorrent_defaultargs_py,v 1.5 2005/11/20 17:46:53 naddy Exp $
|
|
--- BitTorrent/defaultargs.py.orig Wed Nov 16 02:48:34 2005
|
|
+++ BitTorrent/defaultargs.py Sat Nov 19 22:42:56 2005
|
|
@@ -116,7 +116,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.")),
|
|
('tracker_proxy', '',
|
|
_("address of HTTP proxy to use for tracker connections")),
|