Page 4 of 4 FirstFirst 1234
Results 31 to 35 of 35

Thread: Anyone seen this before?

  1. #31
    pro267's Avatar Poster BT Rep: +7BT Rep +7
    Join Date
    May 2007
    Posts
    932
    That's what happens when you reach MAXINT..
    546f74616c6c792072616e646f6d20746578742e20416d617a696e671f20696e6e69742e

  2. BitTorrent   -   #32
    TheFoX's Avatar www.arsebook.com
    Join Date
    Jan 2007
    Posts
    1,567
    and MAXINT is different depending on what setup you used for the peer table. If the number of peers is unsigned, MAXINT will be 4294967295, but if it is signed, then it appears as -1.

    This bug is actually a product of the increment and decrement code within announce that adjusts the leecher and seeder values of the torrent being announced. More modern code will actually check the dynamic peers table, than rely on possibly flawed data.

  3. BitTorrent   -   #33
    showbox's Avatar {Bye Bye AlL} BT Rep: +6BT Rep +6
    Join Date
    Oct 2006
    Location
    away forever
    Posts
    657
    cool
    Collecting Trackers ... Is the most SUCK Thing i've ever seen
    PLZ Get wat U Wanna 2 Use ONlLlLlLlLlLy

  4. BitTorrent   -   #34
    fstokebanget's Avatar j-e-ib BT Rep: +60BT Rep +60BT Rep +60BT Rep +60BT Rep +60BT Rep +60BT Rep +60BT Rep +60BT Rep +60BT Rep +60BT Rep +60BT Rep +60
    Join Date
    Jun 2007
    Location
    planet torrent
    Posts
    1,230
    Quote Originally Posted by TheFoX View Post
    and MAXINT is different depending on what setup you used for the peer table. If the number of peers is unsigned, MAXINT will be 4294967295, but if it is signed, then it appears as -1.

    This bug is actually a product of the increment and decrement code within announce that adjusts the leecher and seeder values of the torrent being announced. More modern code will actually check the dynamic peers table, than rely on possibly flawed data.
    nice explanation

  5. BitTorrent   -   #35
    Poster BT Rep: +1
    Join Date
    Feb 2007
    Posts
    166
    Quote Originally Posted by TheFoX View Post
    and MAXINT is different depending on what setup you used for the peer table. If the number of peers is unsigned, MAXINT will be 4294967295, but if it is signed, then it appears as -1.

    This bug is actually a product of the increment and decrement code within announce that adjusts the leecher and seeder values of the torrent being announced. More modern code will actually check the dynamic peers table, than rely on possibly flawed data.
    As far as I can tell, it's designed this way to be more efficient (although less accurate) because, for large trackers, having millions of queries checking the dynamic peers table would be a lot less efficient than just using the value stored in the torrents table.

Page 4 of 4 FirstFirst 1234

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •