Jump to content

Built-in tracker work wrong.


Jan_Janych

Recommended Posts

Posted

It's a bug, check it, please.

What I do:

1) Options|Advanced|bt.enable_tracker - "true".

2) Options|BitTorrent|IP/host, write here "111.222.33.44" - my IP. I need this becouse of NAT. (And because of bt.enable_tracker.)

3) Start some torrent on my local built-in µTorrent tracker.

Tracker send request for announce to itself:

http://localhost:12345/announce?info_hash=...&peer_id=...&port=12345&uploaded=0&downloaded=0&left=100500&corrupt=0&key=BBEE1872&event=started&numwant=200&compact=1&no_peer_id=1&ip=111.222.33.44

Attention to "&ip=111.222.33.44"!!! After this, in announces on local built-in tracker will be:

{

ip=111.222.33.44

peer id=...

port=0} ---- HERE IT IS!!!

{

ip=127.0.0.1

peer id=...

port=12345}

instead of

{

ip=111.222.33.44

peer id=...

port=12345} --- MUST BE SO!!!

{

ip=127.0.0.1

peer id=...

port=12345}

If announce url have "&port" AFTER "&ip", than all ok. Otherwithe, in announce port=0. I know, it's not difficult to fix it. It's almost work. ;) But don't.

Russian:

Объясните им кто-нибудь? Встроенным торрент-трекером невозможно пользоваться из-за такой фигни. Если только вешать µторрент на нулевой порт... ;))))

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...