8980 BIOS clock is sometimes one hour fast
[unleashed.git] / usr / src / man / man1m / in.echod.1m
blob4229828c2d5530ac97cf8d1bf170c07727ffd7b2
1 '\" te
2 .\" Copyright (c) 2004, Sun Microsystems, Inc. All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH IN.ECHOD 1M "Aug 23, 2004"
7 .SH NAME
8 in.echod \- UDP or TCP echo protocol service daemon
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fBin.echod\fR
13 .fi
15 .LP
16 .nf
17 FMRI \fIsvc\fR:/internet/echo:default
18 .fi
20 .SH DESCRIPTION
21 .sp
22 .LP
23 FMRI stands for Fault Management Resource Identifier. It is used to identify
24 resources managed by the Fault Manager. See \fBfmd\fR(1M) and \fBsmf\fR(5).
25 .sp
26 .LP
27 The \fBin.echod\fR service provides the server-side of the echo protocol. This
28 protocol is used for debugging and bandwidth measurement and is available on
29 both TCP and UDP transports, through port 7.
30 .sp
31 .LP
32 The \fBin.echod\fR service is an \fBinetd\fR(1M) \fBsmf\fR(5) delegated
33 service. The \fBin.echod\fR detects which transport is requested by examining
34 the socket it is passed by the \fBinetd\fR daemon.
35 .sp
36 .ne 2
37 .na
38 \fBTCP-based service\fR
39 .ad
40 .RS 21n
41 Once a connection is established, the \fBin.echod\fR echoes any data received
42 from the client back to the client. The server echoes data until the client
43 program terminates the connection.
44 .RE
46 .sp
47 .ne 2
48 .na
49 \fBUDP-based service\fR
50 .ad
51 .RS 21n
52 The \fBin.echod\fR listens for UDP datagrams. When a datagram is received, the
53 server creates a UDP datagram containing the data it received and sends it to
54 the client.
55 .RE
57 .SH ATTRIBUTES
58 .sp
59 .LP
60 See \fBattributes\fR(5) for descriptions of the following attributes:
61 .sp
63 .sp
64 .TS
65 box;
66 c | c
67 l | l .
68 ATTRIBUTE TYPE  ATTRIBUTE VALUE
70 Interface Stability     Evolving
71 .TE
73 .SH SEE ALSO
74 .sp
75 .LP
76 \fBinetd\fR(1M), \fBattributes\fR(5), \fBsmf\fR(5)
77 .sp
78 .LP
79 RFC 862