[][src]Function transmission_sys::tr_torrentManualUpdate

pub unsafe extern "C" fn tr_torrentManualUpdate(torrent: *mut tr_torrent)

MANUAL ANNOUNCE

Trackers usually set an announce interval of 15 or 30 minutes. Users can send one-time announce requests that override this interval by calling tr_torrentManualUpdate().

The wait interval for tr_torrentManualUpdate() is much smaller. You can test whether or not a manual update is possible (for example, to desensitize the button) by calling tr_torrentCanManualUpdate().