frostalf / libtorrent

Automatically exported from code.google.com/p/libtorrent
0 stars 0 forks source link

p2p share failed on windows xp #196

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. windows xp p2p share is always failed in private network .
2. windows xp p2p share is always failed in public network too.

What is the expected output? What do you see instead?

windows 7 alias A.
windows xp no1. alias B.
windows xp no2. alias C.

when i run process with listen TCP&UDP port 6881, LSD, DHT, upnp, natpmp is on 
and NO TRACKER.

seeder is http web server.

A connect to B(6881) is failed (connection was established. but disconnected 
soon in a few second.) but down from web seeder is succeeded.
A connect to C(6881) is failed too.
B connect to C(6881) is failed too.
C connect to B(6881) is failed too.

but
B connect to A(6881) is succeeded.(very quickly connected. about 1~5 min.)
C connect to A(6881) is succeeded.

only windows xp listen is failed.

same result on private and public network.

What version of the product are you using? On what operating system?

test os : windows xp sp3, windows 7
libtorrent version : libtorrent 0.15.6
boost version : 1.44.0
compiler : VisualStudio 2008
dht router : router.bittorrent.com, router.utorrent.com, router.bitcomet.com

Please provide any additional information below.

shared files is too big about 20GB.

using below setting.

session setting is
allow_multiple_connections_per_ip = true
broadcast_lsd = true
announce_to_all_tiers = true
announce_to_all_trackers = true
local_service_announce_interval = 180
min_announce_interval = 180
share_ratio_limit = 0.0f

torrent setting is
storage_mode = storage_mode_sparse
auto_managed = true

dht setting is default.

there is no rate limits.

there is no firewall.

Original issue reported on code.google.com by SeanYu...@gmail.com on 13 May 2011 at 1:24

GoogleCodeExporter commented 9 years ago
could you try building with verbose logging to see why the connections fail?
Also, did you pop_alert() to see if there were any error messages?

Original comment by arvid.no...@gmail.com on 23 May 2011 at 9:08

GoogleCodeExporter commented 9 years ago

Original comment by arvid.no...@gmail.com on 23 Sep 2011 at 8:06