forked from BOINC/boinc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- client: clean up network suspension logic.
There are now separate flags for "file_xfers_suspended": don't do file transfers "network_suspended": don't do any network comm (scheduler RPCs, RSS fetch, master fetch, etc.) The policy: if preferences/settings say no network (quota exceeded, no-network mode, user active, time, excl. app) then: file_xfers_suspended = true if (no recent network-related RPC) network_suspended = true - user web: code cleanup for project prefs svn path=/trunk/boinc/; revision=21299
- Loading branch information
1 parent
37f08f4
commit 26c0814
Showing
8 changed files
with
300 additions
and
317 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.