Main Header FileThis File Calls for all the header files exisitng in this library,...
int snf_epoll_add(int FD)
Add's a file descriptor to be handled by epoll.
int SNF_NFDS
Describes the amount of file descriptors to be handled.
void snf_epoll_init()
Initializes the Epoll.
int SNF_EPOLLFD
Defines Epoll's file descriptor.
int snf_epoll_getList()
Fetches the awaiting Epoll Events
void snf_epoll_del(int fd)
removes a file descriptor from being handled by epoll
This file Defines everything related to networking.