ygNet derived from none

#include "ygFileServer.h"
    Comments

method p_

method init

method reset

method showStats

method halt

1 ygFileServer::halt();
1.1 Try to let netProcess() return

method connectNewNode

method getKey

method requestAllKeys. Originally, this would just queue up a Fetch request to be sent out to the network server. With the 0.1.4 design, all (theoretically) of the database is downloaded in advance, so we can just look up the data and pass it immediately to receiveNetMessage(). This should be revisited and cleaned up. ***/

method requestKey

method storeNode

method storeKey

method storeKey

method app(), to allow ygNet

method midframeProcess

method process

method netProcess

method receiveData

1
 Ignore "type" keys; connectNewNode will catch them via getKey() 

method netProcessRequests

method pushNetRequest

method popNetRequest