NAME
csdef - CS configuration description file
SYNOPSIS
/usr/lib/mle/locale/CSNAME/csdef
DESCRIPTION
The csdef file describes how ci(3X) establishes connections
to a conversion server (CS) such as cs00(1M). It is supplied
in general text file format so it can be edited with an
ordinary text editor.
Lines beginning with `#' are treated as comment lines and
are skipped.
Each line consists of two fields:
o Connection type field
o Connection parameter field
These fields are separated by one or more blanks or a TAB
character.
The connection type field must contain one of the following
type indicators.
o RPC (representing Remote Procedure Call)
o IPC (representing InterProcess Communication: socket)
When the connection type is RPC, the connection parameters
should be given in the following format.
host-name,program-number,version-number
When the connection type is IPC, the connection parameters
should be given in either of the following formats.
(i) host-name,service-name
(ii) host-name,protocol/port-number
When using format (i), make sure that the service name is
registered in /etc/services. When using format (ii), be sure
to specify TCP or UDP as the protocol.
FILES
/usr/lib/mle/locale/CSNAME/csdef
/etc/inet/services
Service definition file
SEE ALSO
services(4)
|
Закладки на сайте Проследить за страницей |
Created 1996-2025 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |