Changes between Initial Version and Version 1 of ServerAddress


Ignore:
Timestamp:
12/05/11 15:55:12 (12 years ago)
Author:
ph3-der-loewe
Comment:

BEGIN{}

Legend:

Unmodified
Added
Removed
Modified
  • ServerAddress

    v1 v1  
     1= Server Address = 
     2The server address is the address the client uses to connect to the server. Depending on the used transport the address format is different.In common cases server auto locating is used and the server address is not given explicitly by the user. This page describes the format of the server address and how the auto locating works. 
     3 
     4== Address Syntax == 
     5The syntax depends on the used transport. Some implementations do not support all transports. See NetworkMatrix for details on support of transports by implementations. 
     6 
     7||= Type   =||= Syntax                            =||= Defaults =||= Notes =|| 
     8||=UNIX    =||/path/to/socket                      || ~/.roar, /tmp/roar ||Used if filename is a socket || 
     9||=DECnet  =||node::obj, node::, ::obj, ::         || node: localnode, object: roar || (none) || 
     10||=IPv4    =||hostname:port, hostname, ip:port, ip || host: localhost, port: 16002 || Usage of hostnames is recommended. || 
     11||=IPv6    =||hostname:port, hostname              || host: localhost, port: 16002 || IPv6 addresses are not supported. Hostnames must be used. || 
     12||=Chardev =||/path/to/dev                         || (none) ||Used if filename is a char device || 
     13||=Special =||+type                                || (none) ||See list below ||