openbsd-ports/net/BitTorrent/patches/patch-BitTorrent_defaultargs_py

13 lines
668 B
Plaintext
Raw Normal View History

$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.")),
('tracker_proxy', '',
_("address of HTTP proxy to use for tracker connections")),