logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nameserv::common - Name service facility, shared definitions

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  TcllibTrackers  [http://core.tcl.tk/tcllib/reportlist].
       Please also report any ideas for enhancements you may have for either package and/or documentation.

       When proposing code changes, please provide unifieddiffs, i.e the output of diff-u.

       Note  further  that  attachments  are strongly preferred over inlined patches. Attachments can be made by
       going to the Edit form of the ticket immediately after its creation, and then using the left-most  button
       in the secondary navigation bar.

Category

       Networking

Description

       Please read Nameservicefacility,introduction first.

       This  package  is  internal  and  of  no  interest to users. It 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).

       This  service  is  built  in  top  of and for the package comm.  It has nothing to do with the Internet's
       Domain Name System. If the reader is looking for a package dealing with that please see Tcllib's packages
       dns and resolv.

Keywords

       client, name service, server

Name

       nameserv::common - Name service facility, shared definitions

See Also

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

Synopsis

       package require Tcl8.59

       package require nameserv::common?0.2?::nameserv::common::port

________________________________________________________________________________________________________________

See Also