Changes between Version 15 and Version 16 of doc/developer/WiFiDog_V2
- Timestamp:
- 03/25/08 23:08:28 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/developer/WiFiDog_V2
v15 v16 46 46 * If it failed contacting the auth server twice, apply the "what to do when the internet is down" policy (either "allow" or "reject but explain what's going on") 47 47 * When it receives the status from the auth server, it will also receive a list of "who's supposed to be connected". It will do a DIFF of this with what it has to remove/add who should be there 48 49 === http client thread === 50 * this thread is launched when a new connection is initiated... if 80 people (just saying) connect to the auth server, there will be 80 threads launched at the same time. it would be GREAT to have a threads pool, but would not be useful 99% of the time, and would take a long time to code and debug. For now, this thread forwards to the right spot, or validates tokens. 48 51 49 52 == Options on command line ==