6324 Add an `ndp' tool for manipulating the neighbors table
[illumos-gate.git] / usr / src / man / man1m / in.daytimed.1m
blobc986ea9d4e703386acab57ef7be5e5865224dba6
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.DAYTIMED 1M "Aug 23, 2004"
7 .SH NAME
8 in.daytimed \- UDP or TCP daytime protocol service daemon
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fBin.daytimed\fR
13 .fi
15 .LP
16 .nf
17 FMRI \fIsvc\fR:/internet/daytime: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.daytimed\fR service provides the server-side of the daytime protocol.
28 This protocol is used for debugging and bandwidth measurement and is available
29 on both TCP and UDP transports, through port 13.
30 .sp
31 .LP
32 The \fBin.daytimed\fR service is an \fBinetd\fR(1M) \fBsmf\fR(5) delegated
33 service. The \fBin.daytimed\fR detects which transport is requested by
34 examining 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.daytimed\fR generates the current
42 date and time in \fBctime\fR(3C) format as 7-bit ASCII and sends it through the
43 connection. The server then closes the connection. Any data received from the
44 client side of the connection is discarded.
45 .RE
47 .sp
48 .ne 2
49 .na
50 \fBUDP-based service\fR
51 .ad
52 .RS 21n
53 The \fBin.daytimed\fR listens for UDP datagrams. When a datagram is received,
54 the server generates the current date and time in \fBctime\fR(3C) format as
55 7-bit ASCII and inserts it in a UDP datagram sent in response to the client's
56 request. Any received data is ignored.
57 .RE
59 .SH ATTRIBUTES
60 .sp
61 .LP
62 See \fBattributes\fR(5) for descriptions of the following attributes:
63 .sp
65 .sp
66 .TS
67 box;
68 c | c
69 l | l .
70 ATTRIBUTE TYPE  ATTRIBUTE VALUE
72 Interface Stability     Evolving
73 .TE
75 .SH SEE ALSO
76 .sp
77 .LP
78 \fBinetd\fR(1M), \fBattributes\fR(5), \fBsmf\fR(5)
79 .sp
80 .LP
81 RFC 867