1nameserv::common(n) Name service facility nameserv::common(n)
2
3
4
5______________________________________________________________________________
6
8 nameserv::common - Name service facility, shared definitions
9
11 package require Tcl 8
12
13 package require nameserv::common ?0.1?
14
15 ::nameserv::common::port
16
17______________________________________________________________________________
18
20 Please read Name service facility, introduction first.
21
22 This package is internal and of no interest to users. It provides the
23 commands of the name service facility which are shared by the client
24 and server implemented by the packages nameserv::server and nameserv
25 (the client).
26
27 This service is built in top of and for the package comm. It has noth‐
28 ing to do with the Internet's Domain Name System. If the reader is
29 looking for a package dealing with that please see Tcllib's packages
30 dns and resolv.
31
33 The package exports a single command, as specified below:
34
35 ::nameserv::common::port
36 The result returned by the command is the id of the default
37 TCP/IP port a nameservice server will listen on, and a name ser‐
38 vice client will try to connect to.
39
41 This document, and the package it describes, will undoubtedly contain
42 bugs and other problems. Please report such in the category nameserv
43 of the Tcllib Trackers [http://core.tcl.tk/tcllib/reportlist]. Please
44 also report any ideas for enhancements you may have for either package
45 and/or documentation.
46
47 When proposing code changes, please provide unified diffs, i.e the out‐
48 put of diff -u.
49
50 Note further that attachments are strongly preferred over inlined
51 patches. Attachments can be made by going to the Edit form of the
52 ticket immediately after its creation, and then using the left-most
53 button in the secondary navigation bar.
54
56 nameserv::client(n), nameserv::server(n)
57
59 client, name service, server
60
62 Networking
63
65 Copyright (c) 2007-2008 Andreas Kupries <andreas_kupries@users.sourceforge.net>
66
67
68
69
70tcllib 0.1 nameserv::common(n)