Lines Matching +full:multi +full:- +full:protocol

34 .Dq super-server
70 .Bl -tag -width indent
87 .Em protocol
92 a TCP-based service would need two entries,
96 .Em protocol
101 .Em protocol
106 May be overridden on a per-service basis with the
107 "max-connections-per-ip-per-minute" parameter.
112 May be overridden on a per-service basis with the "max-child"
128 May be overridden on a per-service basis with the "max-child-per-ip"
156 .Bd -unfilled -offset indent -compact
157 service-name
158 socket-type
159 protocol
160 {wait|nowait}[/max-child[/max-connections-per-ip-per-minute[/max-child-per-ip]]]
161 user[:group][/login-class]
162 server-program
163 server-program-arguments
167 ONC RPC-based
170 .Bd -unfilled -offset indent -compact
171 service-name/version
172 socket-type
173 rpc/protocol
174 {wait|nowait}[/max-child[/max-connections-per-ip-per-minute[/max-child-per-ip]]]
175 user[:group][/login-class]
176 server-program
177 server-program-arguments
183 A standard service has a well-known port assigned to it;
185 .Bx Ns -specific
190 well-known port assigned to them.
195 well-known port and specifies
197 This feature is useful for adding locally-developed servers.
199 is enabled, above and beyond and specific TCPMUX-based servers; see the
203 .Em service-name
218 ONC RPC-based
227 A range is bounded by the low version to the high version -
228 .Dq rusers/1-3 .
230 .Em service-name
234 locally-chosen service name.
244 .Em socket-type
258 .Em protocol
259 must be a valid protocol or
321 .Dq multi-threaded
331 .Dq single-threaded .
340 utility is an example of a multi-threaded datagram server.
342 Servers using stream sockets generally are multi-threaded and
348 and the server is given only the newly-accepted socket connected
350 Most stream-based services operate in this manner.
351 Stream-based servers that use
409 .Em login-class
418 .Em server-program
430 .Em server-program-arguments
432 .Em server-program ,
436 .Em service-name
444 .Dq ERROR\ : HIDDEN-USER .
446 .Bl -tag -width indent
506 .Dq ERROR\ : HIDDEN-USER .
553 The TCPMUX-demultiplexing service is also implemented as an internal service.
554 For any TCPMUX-based service to function, the following line must be included
557 .Bd -literal -offset indent
566 service selected and the IP-number of the remote requester if available.
651 describes the TCPMUX protocol:
654 service name followed by a carriage-return line-feed <CRLF>.
658 single character indicating positive (+) or negative (\-)
662 the selected protocol begins; otherwise the connection is closed.''
708 .Em protocol
714 .Em service-name .
716 .Em service-type
774 .Bl -tag -width /var/run/inetd.pid -compact
798 .Bl -ohang -compact
800 .Ar service Ns / Ns Ar protocol
808 .Bl -enum -offset indent
815 a denial-of-service attack.
829 .Ar service Ns / Ns Ar protocol :
835 .Ar service Ns / Ns Ar protocol :
914 .Xr ftpd 8 Pq Pa ports/ftp/freebsd-ftpd ,
915 .Xr imapd 8 Pq Pa ports/mail/courier-imap ,
926 .Xr telnetd 8 Pq Pa ports/net/freebsd-telnetd ,
928 .Xr uucpd 8 Pq Pa ports/net/freebsd-uucp
931 .%T Identification Protocol
941 ONC RPC-based services is modeled after that