Changes between Version 1 and Version 2 of ServerAddress


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

Added table with special addresses

Legend:

Unmodified
Added
Removed
Modified
  • ServerAddress

    v1 v2  
    22The 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. 
    33 
    4 == Address Syntax == 
     4== Address syntax == 
    55The syntax depends on the used transport. Some implementations do not support all transports. See NetworkMatrix for details on support of transports by implementations. 
    66 
     
    1212||=Chardev =||/path/to/dev                         || (none) ||Used if filename is a char device || 
    1313||=Special =||+type                                || (none) ||See list below || 
     14 
     15=== Special addresses === 
     16The following special addresses are assigned at the moment: 
     17 
     18||= Address  =||= Supported by =||= Description =|| 
     19||=+fork     =||libroar         ||Fork a new server process only bound to this client. || 
     20||=+slp      =||libroar         ||Use OpenSLP to locate the server. || 
     21||=+abstract =||libroar         ||Address in abstract name space. || 
     22||=+invalid  =||libroar         ||An invalid address. This is to be used for testing. ||