UNIX socket support

UNIX socket support
This commit is contained in:
MassimilianoPinto
2014-03-11 13:00:34 +01:00
parent bef81ac7a6
commit 9a11a3241b
3 changed files with 161 additions and 51 deletions

View File

@ -47,6 +47,7 @@
#include <sys/ioctl.h>
#include <errno.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdbool.h>