Go to the documentation of this file.
22 #ifndef STREAMSOCKETSERVER_HPP_
23 #define STREAMSOCKETSERVER_HPP_
27 #include <sys/types.h>
30 #include <sys/socket.h>
31 #include <netinet/in.h>
32 #include <netinet/ip.h>
38 #define STREAM_MAX_PENDING_CONNECTIONS 100