IDN documentation

Initial
Stephane Bortzmeyer 21 years ago
parent 0367b93b24
commit 1558843633

@ -1,3 +1,7 @@
5.2.0 (???)
* IDN (Unicode domain names) support
5.1.0 (2003-11-09) 5.1.0 (2003-11-09)
* GNU TLS support (alternative to OpenSSL), * GNU TLS support (alternative to OpenSSL),

@ -49,7 +49,8 @@ and this will show only if the HTTP server uses "virtual hosting").
To report a bug, email Stephane Bortzmeyer To report a bug, email Stephane Bortzmeyer
<bortz@users.sourceforge.net> (if you have an account at SourceForge, <bortz@users.sourceforge.net> (if you have an account at SourceForge,
you can use their bug reporting tool, too). If the problem is at the you can use their bug reporting tool, too). If the problem is at the
"./configure" step, do not forget to send the config.log. "./configure" step, do not forget to send configure's output *and* the
config.log.
If echoping segfaults, please send me debugging info. To do so: If echoping segfaults, please send me debugging info. To do so:
make clean make clean
@ -57,6 +58,7 @@ make debug
gdb ./echoping gdb ./echoping
run the-options-that-exhibits-the-problem run the-options-that-exhibits-the-problem
where where
list
print the-variables-displayed print the-variables-displayed

@ -25,6 +25,7 @@ Current features:
- uses UDP instead of TCP for the protocols which accept it (like echo), - uses UDP instead of TCP for the protocols which accept it (like echo),
- can repeat the test and display various measures about it, - can repeat the test and display various measures about it,
- supports IPv6 as well as IPv4, - supports IPv6 as well as IPv4,
- supports IDN (Unicode domain names),
- can use T/TCP on systems which support it. - can use T/TCP on systems which support it.
Examples of output: Examples of output:
@ -66,7 +67,7 @@ The distribution is from:
ftp://ftp.internatif.org/pub/unix/echoping ftp://ftp.internatif.org/pub/unix/echoping
Stephane Bortzmeyer <bortz@users.sourceforge.net>. October 1995 for the Stephane Bortzmeyer <bortz@users.sourceforge.net>. October 1995 for the
first version. October 2002 for this one. first version.
--------------------- ---------------------
If you want to help and/or motivate echoping and its developer, you If you want to help and/or motivate echoping and its developer, you

@ -46,7 +46,8 @@ to use it (carefully) to measure Web performances.
.IP hostname[:port] .IP hostname[:port]
Name (or address) of the server to test. For HTTP, you can specify a Name (or address) of the server to test. For HTTP, you can specify a
port number. For HTTP and IPv6, you can use RFC 2732 syntax (you will port number. For HTTP and IPv6, you can use RFC 2732 syntax (you will
probably need to escape the brackets from the shell). probably need to escape the brackets from the shell). The name can be
an IDN (Unicode domain name).
.SH OPTIONS .SH OPTIONS
.IP -v .IP -v

Loading…
Cancel
Save