<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://blog.gmane.org/gmane.network.bit-torrent.libtorrent">
    <title>gmane.network.bit-torrent.libtorrent</title>
    <link>http://blog.gmane.org/gmane.network.bit-torrent.libtorrent</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2460"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2454"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2453"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2451"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2446"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2441"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2438"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2430"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2424"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2423"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2419"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2411"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2409"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2402"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2398"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2387"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2385"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2384"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2383"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2380"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2460">
    <title>My BBV2 build on windows of 0.14 fails.</title>
    <link>http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2460</link>
    <description>Hello,

I run into a BBV2 build error on windows. I'm using boot-1.34.1 and msvc2005
to build libtorrent 0.14 release version.
Here is the error message:

---------------------------------------------------------------------------------------------------------
OS = NT
Building Boost.Regex with the optional Unicode/ICU support disabled.
Please refer to the Boost.Regex documentation for more information
(don't panic: this is a strictly optional feature).
error: Unable to find file or target named
error:     '/boost/system//boost_system'
error: referred from project at
error:     '.'

----------------------------------------------------------------------------------------------------------

Any help appreciated.

Thanks in advance,

Shidong
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Sourc</description>
    <dc:creator>shidong chen</dc:creator>
    <dc:date>2008-12-01T04:32:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2454">
    <title>quickest way to shutdown a session</title>
    <link>http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2454</link>
    <description>currently we're running something like this:
        for (int i = 0; i &lt; index; i++)
            removeTorrent(deleteList[i], true);

        if (enableDHT)
            saveDHTState();

where removeTorrent also saves its fastresume data. it appears that this can
take quite a bit of time (~10-20 seconds), and was wandering if there's a
quicker (but still clean) way to shut libtorrent sessions.

thanks!
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Gil Hirsch</dc:creator>
    <dc:date>2008-11-29T18:09:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2453">
    <title>Potential issue for peer_connection::is_seed() function</title>
    <link>http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2453</link>
    <description>Hi, Arvid,

##########source code from peer_connection.cpp###########
 bool peer_connection::is_seed() const
 {
  INVARIANT_CHECK;
  // if m_num_pieces == 0, we probably doesn't have the
  // metadata yet.
  return m_num_pieces == (int)m_have_piece.size() &amp;&amp; m_num_pieces &gt; 0;
 }
#######################################################
The last line would be?
  return m_num_pieces == std::count(m_have_piece.begin(),
m_have_piece.end(), true) &amp;&amp; m_num_pieces &gt; 0;

Thanks,
  Heng
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>jehis zhang</dc:creator>
    <dc:date>2008-11-29T15:40:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2451">
    <title>Problem creating a torrent.</title>
    <link>http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2451</link>
    <description>Hi folks,

I made a little client using libtorrent 0.14 and boost 1.35. But whin I
generate a torrent file, y afterwards change the file name, renaming it to
the info_hash() got by the torrent_info. But when I inicialize the torrent
info, it crashes. Here is a piece of code, where it crashes:

                                std::cerr &lt;&lt; "...torrent creado...";
                                if(boost::filesystem::exists(p))
                                        std::cerr &lt;&lt; "\nexiste\n";
                                else
                                        std::cerr &lt;&lt; "\n NO existe\n";
                                //libtorrent::torrent_info *ti = new
libtorrent::torrent_info(p);
                                libtorrent::torrent_info ti(p);

But then, I get this output:

...torrent creado...
existe
*** glibc detected *** /root/suite/proba/cliente_torrent: malloc(): memory
corruption: 0x000000000067e310 ***
======= Backtrace: =========
/lib/libc.so.6[0x7ffb4c05aaad]
/lib/libc.so.6[0x7ffb4c05cd3</description>
    <dc:creator>Ibai</dc:creator>
    <dc:date>2008-11-28T16:14:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2446">
    <title>Making torrent issue</title>
    <link>http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2446</link>
    <description>Hello!
Anybody tried to create torrent files from directory or from files with non
English name?

On Windows XP, I am tried to create torrent from simple directory containing
just two files (using the "make_torrent" example, libtorrent 0.14, boost
1.35):

C:\русский-russian
     russian.txt
     русский.txt

There a output:
make_torrent.exe c:\1.torrent http://www.com C:\русский-russian
Ёєёёъшщ-russian
Ёєёёъшщ-russian/russian.txt
Ёєёёъшщ-russian/Ёєёёъшщ.txt
1/1

There a torrent:
d8:announce14:http://www.com10:created by10:libtorrent13:creation
datei1227804790e4:infod5:filesld6:lengthi3e4:pathl11:russian.txteed6:lengthi3e4:pathl11:русский.txteee4:name15:русский-russian12:piece
lengthi262144e6:pieces20:w"tQйа.ЏЇчіЄЕЕlШee

As we can see, russian strings are not encoded to utf-8. So, if we try to
open this torrent, paths with russian strings will be incorrectly encoded in
utf-8 in "verify_encoding" function (torrent_info.cpp) while crea</description>
    <dc:creator>Sergei Vorobyov</dc:creator>
    <dc:date>2008-11-27T17:44:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2441">
    <title>Qt compilation</title>
    <link>http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2441</link>
    <description>Hi all!
Intending to run my libtorrent based app on a MacOS, my company choosed Qt
to build the project (the app has a GUI). To try building the app with Qt, I
didn't work on MacOS yet.
I am on my windows XP PC on which I build my libtorrent based app whic works
fine.
I built a simple Qt Mainwindow app. I built it fine. Then I added the
libtorrent package, and there the build fails.
I made what is supposed to be done when including external library but it
doesn't work.

So if anyone has an idea on building libtorrent with Qt, I need your help.
Thanks in advance.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>rolf ngondo</dc:creator>
    <dc:date>2008-11-26T18:05:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2438">
    <title>Sparse allocation mode</title>
    <link>http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2438</link>
    <description>I was reading the documentation and I didn't understood weel how the sparse
allocation works.
Can please someone explaine it telling the difference with the compact mode.
Thanks

Chris
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Sephiroth</dc:creator>
    <dc:date>2008-11-26T00:09:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2430">
    <title>BitTorrent Protocol</title>
    <link>http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2430</link>
    <description>I know it is a little offtopic, but maybe you can help me.
Anyone know where I can find the details of the whole BitTorrent protocol?
Cause on the BitTorrent site I didn't find anything.
The only site I know is

http://wiki.theory.org/BitTorrentSpecification

but don't know if t is enough.
Thanks

Chris
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Sephiroth</dc:creator>
    <dc:date>2008-11-24T10:04:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2424">
    <title>BOOST_FILESYSTEM_NO_DEPRECATED and create_torrent</title>
    <link>http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2424</link>
    <description>Hello!
I am just added new functionality to my client - creating torrents.

In my project the BOOST_FILESYSTEM_NO_DEPRECATED defined and I got
compilation error:
\libtorrent\tags\libtorrent-0_14\include\libtorrent\create_torrent.hpp(158)
: error C2039: 'leaf' : is not a member of
'boost::filesystem::basic_directory_entry&lt;Path&gt;'

It is possible to adjust libtorrent's code to do not call the boost's
deprecated functions?

                    add_files_impl(fs, p, l / i-&gt;leaf(), pred);

with
                    add_files_impl(fs, p, l / i-&gt;path().leaf(), pred);

This issue exists in trunk and libtorrent-0_14 tag.

Thanks in advance.
Sergei Vorobyov.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Sergei Vorobyov</dc:creator>
    <dc:date>2008-11-20T09:16:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2423">
    <title>Linking Problems</title>
    <link>http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2423</link>
    <description>Hi, I'm developing a client statically linking to libtorrent and on Mac 
I keep getting linking errors. I am able to get this to successfully 
link on win32 ...

/usr/bin/ld: Undefined symbols:
boost::system::get_system_category()
boost::system::get_generic_category()
collect2: ld returned 1 exit status

I have tried compiling my libtorrent many different ways ...

My most recent attempt was adding the defines 
"CXXFLAGS=-DBOOST_FILESYSTEM_STATIC_LINK=1  -DBOOST_SYSTEM_STATIC_LINK=1".

I am using configure to build since building libtorrent w/ bjam fails on 
OSX for me ...

I tried using boost libs 1.36 and am now using 1.37 and always get this 
error.

In the past the only way I could get it to work was by dynamically 
linking to boost-system and statically linking to the rest.

I need my lib to statically link to libtorrent and the all required 
boost libs ...

Any ideas to resolve?

Much appreciated.

I can also get dynamic linking working just not static.

Thanks

--pete

</description>
    <dc:creator>Pete Collins</dc:creator>
    <dc:date>2008-11-19T18:01:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2419">
    <title>Mainline put() and get() interfaces</title>
    <link>http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2419</link>
    <description>Dear libtorrent developers,

My name is Vjekoslav, and I am one of the people working on Adeona
Projects (http://adeona.cs.washington.edu/) here at University of
Washington. Adeona is a device tracking software that utilizes DHT as
storage component.

Current implementation relays upon OpenDHT, however we are experiencing
all sorts of issues with it and are considering other alternatives. As
far as my understanding goes, there are only two implementations written
in C/C++ that interact with either Mainline or Vuze DHT. Namely those
are libtorrent-rasterbar and libtorrent-rtorrent. Since your version of
libttorent library uses Boost, we are *very* interested in using it as
gateway to interact with Mainline. Nonetheless, looking at your code I
was not able to find any references to put()/get() API calls. So my
question is:

a) Does libtorrent provide storage interface (put/get) for accessing
Mainline DHT.

b) In the case it does not, how much code modification would it involve
in order make it suite our needs.</description>
    <dc:creator>Vjekoslav Brajkovic</dc:creator>
    <dc:date>2008-11-16T23:12:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2411">
    <title>Files stuck at hashing (waiting)</title>
    <link>http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2411</link>
    <description>Hi again,

I have another problem with v0.14 of libtorrent. Sometimes - I don't know
under which circumstances because I don't do anything special - the torrents
I added will be stuck at status Hashing (waiting) - one or two might hash
fine but then the process seems to stop. If I stop and resume them then they
will actually receive peers but they won't be added to download and the
files won't download/upload. I noticed that after merging the change Arvid
suggested here:

http://code.rasterbar.com/libtorrent/changeset/2920

so it could be related but that's only a guess... 

v0.14 also stops some of my downloads sometimes due to a "filesystem
limitation" (message is German, I translated it) though there is no real
reason (Vista, NTFS, 4GB downloads - should work fine and did under v0.13.1)
and no more information.

Best regards,
 Michael
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linu</description>
    <dc:creator>Michael Schneider</dc:creator>
    <dc:date>2008-11-14T09:21:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2409">
    <title>Unhandled exception at 0xblabla in simple_client.exe: 0xC0000005: Access violation reading location 0xf5a39b90.</title>
    <link>http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2409</link>
    <description>Hi,
 
  I met this problem:Unhandled exception at 0xblabla in simple_client.exe: 0xC0000005: Access violation reading location 0xf5a39b90.
  My system:
   
  Windows XP SP3(Chinese Simple)
  Visual Studio 2005
  Boost 1.34.1
 
  What shou I do?
_________________________________________________________________
谈话枯燥无味？让MSN魔法书来点缀您的MSN！
http://im.live.cn/emoticons/?ID=6
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
_______________________________________________
Libtorrent-discuss mailing list
Libtorrent-discuss&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
</description>
    <dc:creator>shootsoft</dc:creator>
    <dc:date>2008-10-24T11:43:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2402">
    <title>Sessions and torrents</title>
    <link>http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2402</link>
    <description>Hello
I have some doubts about the functioning of the a session.
I understood that a session can have many torrent added, so (if a torrent
contain a single file) I can download more file at the same time.
But how can I check the torrent_info and torrent_status of the different
files? I ahve to declare a new one for every torrent I add?
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Sephiroth</dc:creator>
    <dc:date>2008-11-12T21:24:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2398">
    <title>Piece Priority and Progress</title>
    <link>http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2398</link>
    <description>Hello
I have one simple question.
I set to 0 the priority of all my pieces but the (i.e.) first ten (whose
priority is set to 1).
In this case,
the value of torrent_status.progress is the downloading percentual relative
to the whole file or just to the little part formed by the pieces with
priority set to 1?
Hope I was clear (sorry but my english is not so good)

Thanks
Chris
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Sephiroth</dc:creator>
    <dc:date>2008-11-12T11:49:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2387">
    <title>Download do not start</title>
    <link>http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2387</link>
    <description>Hello
We have a problem in our client.
After the adding of the torrent to the session the client start seeding and
the download never start.
No error are reported by the debugger and also calling pop_alert shows that
there are no alerts/error.
Is it nromal or I did  something wrong?
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Sephiroth</dc:creator>
    <dc:date>2008-11-10T20:06:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2385">
    <title>Another crash with v0.14</title>
    <link>http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2385</link>
    <description>Hi there!

Crash on exit - dunno why, though, I didn't do anything special. Here is the
stack:

  ntdll.dll!7701eda8()  
  app.exe!boost::recursive_mutex::do_lock()  + 0x13 C++
Zeile 724 C++
  app.exe!libtorrent::disk_buffer_holder::~disk_buffer_holder()  Zeile 68
C++
  app.exe!libtorrent::peer_connection::~peer_connection()  Zeile 594 + 0x158
C++
  app.exe!libtorrent::bt_peer_connection::~bt_peer_connection()  Zeile 184 +
0x9f C++
  app.exe!libtorrent::bt_peer_connection::`scalar deleting destructor'()  +
0x8 C++
  app
exe!boost::_bi::storage5&lt;boost::_bi::value&lt;boost::intrusive_ptr&lt;libtorrent::p
er_connection&gt; &gt;,boost::arg&lt;1&gt;,boost::arg&lt;2&gt;
boost::_bi::value&lt;libtorrent::peer_request&gt;
boost::_bi::value&lt;boost::shared_ptr&lt;libtorrent::torrent&gt; &gt;
n&gt; &gt;,boost::arg&lt;1&gt;,boost::arg&lt;2&gt;,boost::_bi::value&lt;libtorrent::peer_request&gt;
boost::_bi::value&lt;boost::shared_ptr&lt;libtorrent::torrent&gt; &gt; &gt;()  + 0x81 C++
  app.exe!boost::detail::function::functor_manager&lt;boost::_bi::bind_t&lt;void
boost::_mfi::mf4&lt;void,libtorrent::peer_conne</description>
    <dc:creator>Michael Schneider</dc:creator>
    <dc:date>2008-11-10T08:25:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2384">
    <title>web peer slow/choked on RC0.14</title>
    <link>http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2384</link>
    <description>I've recently moved to RC0.14, and it seems that downloads with HTTP peers
are now slowed down compared to latest RC0.13.

Some more info: I'm testing against a torrent with a single http
source/seed. On RC0.13 it would download at maximum speed supported by the
HTTP server, while on RC0.14 it will prevent it from going beyond
~250kb/sec, and will jump up and down between that upper limit and a lower
102kb/sec. it looks like it's being choked, although no limit has been set.

any ideas?
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Gil Hirsch</dc:creator>
    <dc:date>2008-11-09T23:27:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2383">
    <title>(no subject)</title>
    <link>http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2383</link>
    <description>
蒋建群
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
_______________________________________________
Libtorrent-discuss mailing list
Libtorrent-discuss&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
</description>
    <dc:creator>蒋建群</dc:creator>
    <dc:date>2008-11-08T02:37:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2380">
    <title>v0.14 Crash</title>
    <link>http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2380</link>
    <description>Hello again :)
I finally managed to get a stack trace for the crash but I still don't get
the reason why it crashes at all. I am trying to get the peer info to draw
an advanced status bar and then it crashes.

  ntdll.dll!77015844()  
  kernel32.dll!7673c56f()  
  app.exe!libtorrent::peer_info::~peer_info()  + 0x76 C++
  app.exe!std::vector&lt;libtorrent::peer_info
std::allocator&lt;libtorrent::peer_info&gt; &gt;::_Destroy(libtorrent::peer_info *
_First=0x0552d528, libtorrent::peer_info * _Last=0x0552d698)  Zeile 787 +
0x16 C++
  app.exe!std::vector&lt;libtorrent::peer_info
std::allocator&lt;libtorrent::peer_info&gt;
std::allocator&lt;libtorrent::peer_info&gt; &gt;::iterator _Where={...}, unsigned int
_Count=1, const libtorrent::peer_info &amp; _Val={...})  Zeile 841 C++
  app.exe!std::vector&lt;libtorrent::peer_info
std::allocator&lt;libtorrent::peer_info&gt;
std::allocator&lt;libtorrent::peer_info&gt; &gt;::iterator _Where={...}, const
libtorrent::peer_info &amp; _Val={...})  Zeile 623 C++
  app.exe!std::vector&lt;libtorrent::peer_info
std::allocator&lt;libtorrent::p</description>
    <dc:creator>Michael Schneider</dc:creator>
    <dc:date>2008-11-07T08:44:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2378">
    <title>Problems with boost != 1.34</title>
    <link>http://comments.gmane.org/gmane.network.bit-torrent.libtorrent/2378</link>
    <description>Hello again!

I am building a static lib of libtorrent and using it in my app under
windows (vista, ultimate, x86). This worked fine with v0.13.1 and the Boost
libraries v1.34.1... however, after upgrading to libtorrent v0.14 I
experienced a non-traceable crash some seconds after creating a session (no
stack trace, memory address 0000000) so I decided to upgrade to Boost v1.36
which I thought might fix the issue. 
After compiling my library the linking process of my application fails with
a lot of "already defined" errors (already define in libcpmt.lib or msvcrtp
lib) - I tried to exclude the mentioned libs from the link process but then
there are other errors (symbol/function not defined).
I am German and translating the messages so they may be inaccurate but you
hopefully understand them anyways.
Well, now I dunno what to do except to downgrade again which I don't want to
do because of the new features and fixes in v0.14.
Did anyone succeed to build the new version under Windows?

Best regards,
 Michael
--</description>
    <dc:creator>Michael Schneider</dc:creator>
    <dc:date>2008-11-06T08:48:45</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.network.bit-torrent.libtorrent">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.network.bit-torrent.libtorrent</link>
  </textinput>
</rdf:RDF>
