Jump to content

How does Utorrent handle UPD connection responses?


oconnorct1

Recommended Posts

I created a P2P tracker with Node.js/Express.

http://bittorrent.org/beps/bep_0015.html

 

Using the normal protocol, uTorrent sends the starting packet with 

0x41727101980

which is exactly what it should do. and gives me a action 0 code and unique transaction ID.

 

Perfect,

when I send a packet back it doesn't respond and makes a new request...

why does it not get my responses? My Tracker works with every other P2P software I've worked with... so What is unique about utorrent? It's one of my favorites and I want to support it.

 

Thanks,

Connor.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...