* Various cleanings, mostly of documentation.

* Test files included in distribs
buffered-read-3-0-BETA
Stephane Bortzmeyer 24 years ago
parent b9b72038d1
commit 380fd2e5d7

@ -1 +1,4 @@
Stephane Bortzmeyer <bortzmeyer@pasteur.fr> Stephane Bortzmeyer <bortz@users.sourceforge.net>
$Id$

@ -7,13 +7,13 @@ man_MANS = echoping.1
echoping_SOURCES = echoping.c error.c readline.c writen.c util.c http.c icp.c HTParse.c echoping.h icp.h HTParse.h echoping_SOURCES = echoping.c error.c readline.c writen.c util.c http.c icp.c HTParse.c echoping.h icp.h HTParse.h
echoping_LDADD = echoping_LDADD =
EXTRA_DIST = $(man_MANS)
TESTS=test-echoping-local test-echoping-remote test-echoping-icp TESTS=test-echoping-local test-echoping-remote test-echoping-icp
test: check test: check
tests: check tests: check
EXTRA_DIST = $(man_MANS) $(TESTS)
## Otherwise, we depend on GNUmake, but for CVS users, not for regular ## Otherwise, we depend on GNUmake, but for CVS users, not for regular
## tarball users ## tarball users
##AUTOMAKE_OPTIONS = no-dependencies ##AUTOMAKE_OPTIONS = no-dependencies

@ -69,9 +69,9 @@ man_MANS = echoping.1
echoping_SOURCES = echoping.c error.c readline.c writen.c util.c http.c icp.c HTParse.c echoping.h icp.h HTParse.h echoping_SOURCES = echoping.c error.c readline.c writen.c util.c http.c icp.c HTParse.c echoping.h icp.h HTParse.h
echoping_LDADD = echoping_LDADD =
EXTRA_DIST = $(man_MANS)
TESTS=test-echoping-local test-echoping-remote test-echoping-icp TESTS=test-echoping-local test-echoping-remote test-echoping-icp
EXTRA_DIST = $(man_MANS) $(TESTS)
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = config.h CONFIG_HEADER = config.h

@ -1,11 +1,7 @@
A faire pour la version 2.1 : Check the TCP timeout with T/TCP
TCP timeout et T/TCP TCP timeout with long packets seem to confuse Cisco routers
TCP timeout et longs paquets (Cisco) ICP always replies even when timeouting?
Tester sur plein (Linux, Irix, SunOS, FreeBSD) $Id$
Bogue HTTP/1.0 si proxy
Bogue ICP : répond toujours même si timeout, etc

@ -4,10 +4,13 @@
* a null (the same as fgets(3)). We return the number of characters up to, * a null (the same as fgets(3)). We return the number of characters up to,
* but not including, the null (the same as strlen(3)). If ln == 0, we treat * but not including, the null (the same as strlen(3)). If ln == 0, we treat
* newline as an ordinary charracter. * newline as an ordinary charracter.
*
* Stolen from Stevens' book
*
* $Id$
*
*/ */
/* Stolen from Stevens' book */
#include "echoping.h" #include "echoping.h"
int int

Loading…
Cancel
Save