downloading prerelease, have silly questions while waiting...

Jason L Tibbitts III tibbs at math.uh.edu
Sat Sep 30 03:18:04 UTC 2006


>>>>> "TH" == Tom Horsley <tomhorsley at adelphia.net> writes:

TH> There are two boxes, one labeled Leechers: the other labeled
TH> Seeders: Inside the boxes are numbers like this: 5(10) or 1(1).

TH> WHAT IN THE BLUE BLAZES DOES THAT MEAN?

>From the ktorrent source (plugins/infowidget/infowidget.cpp, line 405
or so):

 m_seeders->setText(QString("%1 (%2)")
   .arg(s.seeders_connected_to).arg(s.seeders_total));

 m_leechers->setText(QString("%1 (%2)")
   .arg(s.leechers_connected_to).arg(s.leechers_total));

The first number is the number of seeders (or leechers) you are
currently communicating with.  The number in parentheses is the total
number of seeders (or leechers) in the torrent cloud.

 - J<




More information about the fedora-test-list mailing list