13 lines
668 B
Plaintext
13 lines
668 B
Plaintext
$OpenBSD: patch-BitTorrent_defaultargs_py,v 1.3 2005/08/02 14:00:31 naddy Exp $
|
|
--- BitTorrent/defaultargs.py.orig Sat Jul 9 01:22:38 2005
|
|
+++ BitTorrent/defaultargs.py Tue Jul 19 20:58:37 2005
|
|
@@ -112,7 +112,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")),
|