2000-07-20 18:31:39 +00:00
|
|
|
Actual bugs are registered at SourceForge:
|
|
|
|
|
|
|
|
http://sourceforge.net/bugs/?group_id=4581
|
|
|
|
|
2000-11-04 13:00:23 +00:00
|
|
|
Wishes:
|
|
|
|
|
|
|
|
Display other calculations such as standard deviation.
|
|
|
|
|
2000-06-29 11:48:49 +00:00
|
|
|
Check the TCP timeout with T/TCP. Difficult to test, few T/TCP
|
|
|
|
machines exist.
|
2000-04-13 09:19:23 +00:00
|
|
|
|
2000-06-29 13:39:16 +00:00
|
|
|
TCP timeout with long packets seem to confuse Cisco routers. Does
|
|
|
|
someone can reproduce it and perform tests? It seems to work now.
|
2000-06-29 11:48:49 +00:00
|
|
|
|
2000-07-20 18:31:39 +00:00
|
|
|
Better detection of the name of the HTTP port. At run time?
|
|
|
|
|
2000-07-24 06:58:42 +00:00
|
|
|
Do not display the end-of-line after the HTTP reply, for instance when
|
|
|
|
a page is moved.
|
|
|
|
|
2000-07-20 18:31:39 +00:00
|
|
|
gcc's warnings:
|
|
|
|
|
2000-11-04 13:00:23 +00:00
|
|
|
1) Free/NetBSD
|
2000-07-20 18:31:39 +00:00
|
|
|
|
|
|
|
gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -c echoping.c
|
|
|
|
echoping.c: In function `main':
|
|
|
|
echoping.c:540: warning: passing arg 5 of `sendto' from incompatible pointer type
|
|
|
|
|
|
|
|
if (icp)
|
|
|
|
{
|
|
|
|
if (sendto (sockfd, sendline, length, 0,
|
|
|
|
&serv_addr, sizeof (serv_addr)) != length)
|
|
|
|
err_sys ("sendto error on socket");
|
|
|
|
}
|
2000-04-13 09:19:23 +00:00
|
|
|
|
2000-11-05 12:55:04 +00:00
|
|
|
2) Alpha/Linux
|
|
|
|
|
|
|
|
icp.c: In function `make_icp_sendline':
|
|
|
|
icp.c:42: warning: cast from pointer to integer of different size
|
|
|
|
|
2000-06-25 18:55:56 +00:00
|
|
|
$Id$
|
2000-07-24 06:58:42 +00:00
|
|
|
|