Shadow Network Framework  0.0.2-alpha
C Server Library for Shadow Network Framework
Loading...
Searching...
No Matches
File List
Here is a list of all files with brief descriptions:
[detail level 12]
  SNF
 clt.hThis file Defines everything related to handling Clients
 cmds.hThis file is used to define functions that would be called either by default or Base Command OPCode's Functions
 epoll.hThis file is used to define functions related to epoll that would be used mainly in network.c
 hashtable.hThis file Defines the HashTable functions and macros The HashTable uses lookup3.c 's hashing functions
 lookup3.hAll the code in lookup3.c is written by Bob Jenkins, May 2006. this header file is written by acording to lookup3.c
 network.hThis file Defines everything related to networking
 opcode.hThis file Defines everything related to Opcodes ( Short for OP**eartion**Codes )
 request.hThis file Defines everything related to handling Requests
 SNF.hMain Header FileThis File Calls for all the header files exisitng in this library, if you plan on using this library as a whole
eg not just using the Thread Pool or Hash Table, then including <SNF.h> should be better than including each required head one-by-one
 thpool.hThis file Defines everything related to ThreadPool
 utility.h
 vars.hThis file Defines everything related to Globaly accessed variable
 SNF.h