Displaying 2 results from an estimated 2 matches for "ed2k".
Did you mean:
ed28
2005 Nov 02
3
what is faster: wine20041019 or 0.9
I have an old Pentium 233 MHz with 256 MB RAM that has Debian and
wine20041019 installed. As this machine runs "not so fast" I'm not sure
if I should upgrade to 0.9.
If one of you could tell me that 0.9 runs a little bit faster than
20041019 this would ease my decision. ;-)
Markus Winhard
2005 Jan 12
2
Extending metainfo class
...metainfo class like this:
--
Andreas
Index: rubytorrent/rubytorrent/metainfo.rb
===================================================================
RCS file: /var/cvs/rubytorrent/rubytorrent/rubytorrent/metainfo.rb,v
retrieving revision 1.4
diff -r1.4 metainfo.rb
62,63c62,67
< :ed2k => String
< s.label :piece_length => "piece length", :name_utf8 => "name.utf-8"
---
> :ed2k => String,
> :publisher_url => String,
> :publisher_url_utf8 => String
> s.label :piece_length =...