[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: downloading prerelease, have silly questions while waiting...
- From: Jason L Tibbitts III <tibbs math uh edu>
- To: For testers of Fedora Core development releases <fedora-test-list redhat com>
- Subject: Re: downloading prerelease, have silly questions while waiting...
- Date: Fri, 29 Sep 2006 22:18:04 -0500
>>>>> "TH" == Tom Horsley <tomhorsley 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<
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]