mirror of
https://framagit.org/bortzmeyer/echoping
synced 2024-11-03 03:40:33 +00:00
Documentation fixes (and a small nroff problem)
This commit is contained in:
parent
b32124a7e6
commit
85fb3ee825
12
SRC/TODO
12
SRC/TODO
@ -19,6 +19,18 @@ someone can reproduce it and perform tests? It seems to work now.
|
||||
Do not display the end-of-line after the HTTP reply, for instance when
|
||||
a page is moved.
|
||||
|
||||
UDP isn't really useable with large packets because of sockets
|
||||
limitations and the lack of workaround code.
|
||||
|
||||
If a Web page is empty, echoping
|
||||
will display meaningless messages.
|
||||
|
||||
Timeouts on T/TCP connections are a bit experimental.
|
||||
|
||||
Since echoping writes everything to the server, then begins to read
|
||||
the reply, some echo servers will timeout if you send very long
|
||||
messages, because they expect you to start to read right now.
|
||||
|
||||
gcc's warnings:
|
||||
|
||||
1) Free/NetBSD
|
||||
|
@ -1,7 +1,5 @@
|
||||
.\" $Id$
|
||||
|
||||
.TH echoping 1 "November 22, 1996" "ECHOPING" "echoping"
|
||||
|
||||
.SH NAME
|
||||
echoping \- tests a remote host with TCP or UDP
|
||||
|
||||
@ -88,24 +86,9 @@ Tests the remote Web proxy-cache and asks a Web page. Note that you must
|
||||
indicate the whole URL.
|
||||
|
||||
.SH BUGS
|
||||
UDP isn't really useable with large packets because of sockets
|
||||
limitations and the lack of workaround code.
|
||||
|
||||
ICP support is far from perfect, specially on the Alpha or when
|
||||
something goes wrong (filtering for instance).
|
||||
|
||||
If a Web page is empty,
|
||||
.B echoping
|
||||
will display meaningless messages.
|
||||
|
||||
Timeouts on T/TCP connections are a bit experimental.
|
||||
|
||||
Since
|
||||
.B echoping
|
||||
writes everything to the server, then begins to read the reply, some echo
|
||||
servers
|
||||
will timeout if you send very long messages, because they expect you to
|
||||
start to read right now.
|
||||
See the TODO file or SourceForge bug tracking system at
|
||||
<http://sourceforge.net/bugs/?group_id=4581>.
|
||||
|
||||
.SH SEE ALSO
|
||||
See the README for information about other network measurements programs.
|
||||
|
@ -1,13 +1,11 @@
|
||||
/*
|
||||
* echoping : uses the TCP echo service to measure (roughly) response times.
|
||||
*
|
||||
* Written by Stephane Bortzmeyer <bortzmeyer@pasteur.fr>. A lot of code stolen
|
||||
* from Richard Stevens' book "Unix network programming" and Pierre Beyssac's
|
||||
* "bing" tool.
|
||||
* Written by Stephane Bortzmeyer <bortz@users.sourceforge.net>. See
|
||||
* the AUTHORS file for other contributors.
|
||||
*
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
* */
|
||||
|
||||
char *progname;
|
||||
unsigned short timeout_flag;
|
||||
|
Loading…
Reference in New Issue
Block a user