nameserv::common(3tcl) 0.1 nns "Name service facility"

NAME

nameserv::common - Name service facility, shared definitions

TABLE OF CONTENTS

    TABLE OF CONTENTS
    SYNOPSIS
    DESCRIPTION
    API
    BUGS, IDEAS, FEEDBACK
    SEE ALSO
    KEYWORDS
    COPYRIGHT

SYNOPSIS

package require Tcl 8
package require nameserv::common ?0.1?

::nameserv::common::port

DESCRIPTION

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).

API

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.

BUGS, IDEAS, FEEDBACK

This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category nameserv of the Tcllib SF Trackers. Please also report any ideas for enhancements you may have for either package and/or documentation.

SEE ALSO

nameserv::client(3tcl), nameserv::server(3tcl)

KEYWORDS

client, name service, server

COPYRIGHT

Copyright © 2007 Andreas Kupries <andreas_kupries@users.sourceforge.net>