Home
last modified time | relevance | path

Searched refs:unchokes (Results 1 – 25 of 54) sorted by relevance

123

/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/peermanager/unchoker/
H A DSeedingUnchoker.java117 unchokes.add( peer ); in calculateUnchokes()
127 while( unchokes.size() > max_to_unchoke ) { in calculateUnchokes()
128 chokes.add( unchokes.remove( unchokes.size() - 1 ) ); in calculateUnchokes()
143 for( int i=0; i < unchokes.size(); i++ ) { in calculateUnchokes()
144 PEPeer peer = unchokes.get( i ); in calculateUnchokes()
164 PEPeer peer = unchokes.get( i ); in calculateUnchokes()
204 unchokes.add( to_unchoke.get( i ) ); in calculateUnchokes()
247 int max = max_priority > unchokes.size() ? unchokes.size() : max_priority; in setPriorityUnchokes()
263 unchokes.add( peer ); in setPriorityUnchokes()
289 ArrayList<PEPeer> to_unchoke = unchokes; in getUnchokes()
[all …]
H A DDownloadingUnchoker.java35 private ArrayList<PEPeer> unchokes = new ArrayList<PEPeer>(); field in DownloadingUnchoker
88 unchokes.add( peer ); in calculateUnchokes()
175 for( Iterator<PEPeer> it = unchokes.iterator(); it.hasNext(); ) { in calculateUnchokes()
193 if( !unchokes.contains( peer ) ) { in calculateUnchokes()
194 unchokes.add( peer ); in calculateUnchokes()
200 UnchokerUtil.doHighLatencyPeers( chokes, unchokes, true ); in calculateUnchokes()
213 ArrayList<PEPeer> to_unchoke = unchokes; in getUnchokes()
214 unchokes = new ArrayList<PEPeer>(); in getUnchokes()
/dports/shells/fish/fish-3.3.1/share/functions/
H A D__fish_complete_bittorrent.fish31 …c $argv -l min_uploads -x --description "Number of uploads to fill out to with optimistic unchokes"
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/docs/hunspell/
H A Dlibtorrent.dic423 unchokes
/dports/net-p2p/ctorrent/ctorrent-dnh3.3.2/
H A Dpeerlist.cpp239 size_t unchokes = GetUnchoked(); // already adds one (opt) in IntervalCheck() local
240 if( unchokes < MIN_UNCHOKES ) m_max_unchoke = MIN_UNCHOKES; in IntervalCheck()
242 m_max_unchoke = unchokes; in IntervalCheck()
H A DChangeLog450 bandwidth, so the number of active upload streams (unchokes)
622 chooses new unchokes using its original method (based on wait
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/peer/impl/control/
H A DPEPeerControlImpl.java2196 ArrayList unchokes = unchoker.getUnchokes(); in doUnchokes() local
2198 addFastUnchokes( unchokes ); in doUnchokes()
2200 UnchokerUtil.performChokes( chokes, unchokes ); in doUnchokes()
2204 ArrayList unchokes = unchoker.getImmediateUnchokes( max_to_unchoke, peer_transports ); in doUnchokes() local
2206 addFastUnchokes( unchokes ); in doUnchokes()
2208 UnchokerUtil.performChokes( null, unchokes ); in doUnchokes()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/docs/
H A Dstreaming.rst12 The standard bittorrent piece picker is peer-centric. A peer unchokes us or we
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/docs/
H A Dstreaming.rst12 The standard bittorrent piece picker is peer-centric. A peer unchokes us or we
H A Dsettings.rst1580 chokes/unchokes. On this interval, peers are re-evaluated for being
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dsession_impl.cpp7191 int unchokes = 0; in check_invariant() local
7214 ++unchokes; in check_invariant()
7236 ++unchokes; in check_invariant()
7264 TORRENT_ASSERT_VAL(unchoked_counter == unchokes, unchokes); in check_invariant()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dsession_impl.cpp7195 int unchokes = 0; in check_invariant() local
7218 ++unchokes; in check_invariant()
7240 ++unchokes; in check_invariant()
7268 TORRENT_ASSERT_VAL(unchoked_counter == unchokes, unchokes); in check_invariant()
/dports/www/elinks/elinks-0.11.7/po/
H A Delinks.pot6158 #. The number of uploads to fill out to with extra optimistic unchokes
H A Dbe.po6553 #. The number of uploads to fill out to with extra optimistic unchokes
H A Dbg.po6624 #. The number of uploads to fill out to with extra optimistic unchokes
H A Dru.po6545 #. The number of uploads to fill out to with extra optimistic unchokes
H A Dsr.po6910 #. The number of uploads to fill out to with extra optimistic unchokes
H A Duk.po6598 #. The number of uploads to fill out to with extra optimistic unchokes
H A Del.po6529 #. The number of uploads to fill out to with extra optimistic unchokes
H A Dgl.po6524 #. The number of uploads to fill out to with extra optimistic unchokes
H A Dpt_BR.po6548 #. The number of uploads to fill out to with extra optimistic unchokes
H A Dtr.po6522 #. The number of uploads to fill out to with extra optimistic unchokes
H A Dnl.po6524 #. The number of uploads to fill out to with extra optimistic unchokes
H A Dpt.po6565 #. The number of uploads to fill out to with extra optimistic unchokes
H A Dsv.po6526 #. The number of uploads to fill out to with extra optimistic unchokes

123