Searched refs:requestAlloc (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dpeer-mgr.c202 int requestAlloc; member in struct:tr_torrent_peers
757 if( t->requestCount + 1 >= t->requestAlloc )
760 t->requestAlloc += CHUNK_SIZE;
762 t->requests, t->requestAlloc );

Completed in 57 milliseconds