Shadow Network Framework
0.0.2-alpha
C Server Library for Shadow Network Framework
|
▼ SNF | |
clt.h | This file Defines everything related to handling Clients |
cmds.h | This file is used to define functions that would be called either by default or Base Command OPCode's Functions |
epoll.h | This file is used to define functions related to epoll that would be used mainly in network.c |
hashtable.h | This file Defines the HashTable functions and macros The HashTable uses lookup3.c 's hashing functions |
lookup3.h | All the code in lookup3.c is written by Bob Jenkins, May 2006. this header file is written by acording to lookup3.c |
network.h | This file Defines everything related to networking |
opcode.h | This file Defines everything related to Opcodes ( Short for OP**eartion**Codes ) |
request.h | This file Defines everything related to handling Requests |
SNF.h | Main 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.h | This file Defines everything related to ThreadPool |
utility.h | |
vars.h | This file Defines everything related to Globaly accessed variable |
SNF.h |