Searched refs:seedRatioBytesGoal (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 Dtorrent.c1182 uint64_t seedRatioBytesGoal; local
1243 &seedRatioBytesGoal );
1305 else if( !seedRatioBytesGoal ) /* impossible? safeguard for div by zero */
1308 s->seedRatioPercentDone = (double)(seedRatioBytesGoal - seedRatioBytesLeft) / seedRatioBytesGoal;

Completed in 58 milliseconds