13 lines
742 B
Plaintext
13 lines
742 B
Plaintext
|
$OpenBSD: patch-BitTorrent_defaultargs_py,v 1.1 2005/04/21 22:17:03 naddy Exp $
|
||
|
--- BitTorrent/defaultargs.py.orig Wed Apr 20 22:50:18 2005
|
||
|
+++ BitTorrent/defaultargs.py Wed Apr 20 22:50:26 2005
|
||
|
@@ -77,7 +77,7 @@ rare_options = [
|
||
|
'if nonzero, set the TOS option for peer connections to this value'),
|
||
|
('filesystem_encoding', '',
|
||
|
"character encoding used on the local filesystem. If left empty, autodetected. Autodetection doesn't work under python versions older than 2.3"),
|
||
|
- ('enable_bad_libc_workaround', 0,
|
||
|
+ ('enable_bad_libc_workaround', 1,
|
||
|
'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'),
|