|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
On computers with more than one network interface, the network parameter instructs the Rendezvous daemon to use a particular network for all communications involving this transport. To communicate over more than one network, a program must create a separate transport object for each network.The network parameter also specifies multicast addressing details (for a brief introduction, see Multicast Addressing).To connect to a remote daemon, the network parameter must refer to the network from the perspective of the remote computer that hosts the daemon process.
When an application specifies a network name, the transport creation function calls getnetbyname(), which searches a network database such as Network Information Services (NIS) or a flat file (such as networks) in the system directory. Part three is a single send address. When a program sends multicast data on the resulting transport, it is sent to this address. (Point‑to‑point data is not affected.) If present, this item must be an IP address—not a host name or network name. The send address need not be among the list of multicast groups joined in part two.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |