Changes between Version 1 and Version 2 of NetworkApps


Ignore:
Timestamp:
May 29, 2011, 9:03:33 PM (13 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NetworkApps

    v1 v2  
    11= Apps that do network communication =
     2
     3== Getting proxy info ==
     4
     5If this host is using a proxy you must use that info.
     6You can get it using [StatusApi get_init_data()].
     7
     8== Honoring "don't use network" requests ==
     9
     10The user may ask that network communication not be done
     11based on time of day (user preferences) or the "Suspend Network" GUI command.
     12When this is the case, '''BOINC_STATUS::network_suspended''' will be set in the status.
     13You can get this using [StatusApi boinc_get_status()].
    214
    315== Requesting network connection == #network