nameserv::common -
Name service facility, shared definitions
package require Tcl 8
package require nameserv::common ? 0.1 ?
::nameserv::common::port
This package provides the commands of the name service facility which
are shared by the client and server implemented by the packages
nameserv::server and
nameserv (the client).
The package exports a single command, as specified below:
-
::nameserv::common::port
-
The result returned by the command is the id of the default TCP/IP
port a nameservice server will listen on, and a name service client
will try to connect to.
This document, and the package it describes, will undoubtedly contain
bugs and other problems.
Please report such in the category
nameserv of the
http://sourceforge.net/tracker/?group_id=12883.
Please also report any ideas for enhancements you may have for either
package and/or documentation.
nameserv::client(n), nameserv::server(n)
name service, client, server