tcpsvd: fix line buffering, add firewall query code

This commit is contained in:
Denis Vlasenko
2007-04-01 10:59:33 +00:00
parent ba2fb719b9
commit 57a426b15b
3 changed files with 52 additions and 8 deletions

View File

@@ -1,3 +1,12 @@
/* Based on ipsvd utilities written by Gerrit Pape <pape@smarden.org>
* which are released into public domain by the author.
* Homepage: http://smarden.sunsite.dk/ipsvd/
*
* Copyright (C) 2007 Denis Vlasenko.
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
struct hcc {
char ip[32 - sizeof(int)];
int pid;