tcpsvd: new applet
It's a GPL-ed 'clone' of Dan Bernstein's tcpserver. Author: Gerrit Pape <pape@smarden.org> http://smarden.sunsite.dk/ipsvd/ size tcpsvd.o text data bss dec hex filename 2571 4 16 2591 a1f tcpsvd.o
This commit is contained in:
10
ipsvd/ipsvd_perhost.h
Normal file
10
ipsvd/ipsvd_perhost.h
Normal file
@@ -0,0 +1,10 @@
|
||||
struct hcc {
|
||||
char ip[32 - sizeof(int)];
|
||||
int pid;
|
||||
};
|
||||
|
||||
void ipsvd_perhost_init(unsigned);
|
||||
unsigned ipsvd_perhost_add(const char *ip, unsigned maxconn, struct hcc **hccpp);
|
||||
void ipsvd_perhost_remove(int pid);
|
||||
//unsigned ipsvd_perhost_setpid(int pid);
|
||||
//void ipsvd_perhost_free(void);
|
||||
Reference in New Issue
Block a user