Changes between Version 1 and Version 2 of NetworkApps
- Timestamp:
- May 29, 2011, 9:03:33 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NetworkApps
v1 v2 1 1 = Apps that do network communication = 2 3 == Getting proxy info == 4 5 If this host is using a proxy you must use that info. 6 You can get it using [StatusApi get_init_data()]. 7 8 == Honoring "don't use network" requests == 9 10 The user may ask that network communication not be done 11 based on time of day (user preferences) or the "Suspend Network" GUI command. 12 When this is the case, '''BOINC_STATUS::network_suspended''' will be set in the status. 13 You can get this using [StatusApi boinc_get_status()]. 2 14 3 15 == Requesting network connection == #network