Minisatip is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards. WWW: https://github.com/catalinii/minisatip
10 lines
247 B
C
10 lines
247 B
C
--- src/socketworks.h.orig 2020-08-16 05:56:14 UTC
|
|
+++ src/socketworks.h
|
|
@@ -2,6 +2,7 @@
|
|
#define SOCKETWORKS_H
|
|
#define MAX_SOCKS 300
|
|
#include <netinet/in.h>
|
|
+#include <sys/socket.h>
|
|
#include "utils.h"
|
|
|
|
typedef int (*socket_action)(void *s);
|