Changes between Version 7 and Version 8 of ServerAddress


Ignore:
Timestamp:
12/21/11 01:14:58 (12 years ago)
Author:
ph3-der-loewe
Comment:

Update for list of special addresses

Legend:

Unmodified
Added
Removed
Modified
  • ServerAddress

    v7 v8  
    1818The following special addresses are assigned at the moment: 
    1919 
    20 ||= Address  =||= Supported by =||= Description =|| 
    21 ||=+fork     =||libroar         ||Fork a new server process only bound to this client. || 
    22 ||=+slp      =||libroar         ||Use OpenSLP to locate the server. || 
    23 ||=+abstract =||libroar         ||Address in abstract name space. || 
    24 ||=+invalid  =||libroar         ||An invalid address. This is to be used for testing. || 
     20||= Address  =||= Parameter =||= Supported by =||= Description =|| 
     21||=+fork     =||none         ||libroar         ||Fork a new server process only bound to this client. || 
     22||            ||d:Image      ||libroar         ||Set Image to start. This uses normal server arguments (works with both roard and µRoarD). Usefull to set a path for the server when not in $PATH || 
     23||            ||!cmd         ||libroar         ||Command to start server. This is interpreted as by the shell (first /bin/sh, then sh (from $PATH). Server needs to be connected to stdin/stdout. Example: +fork=!roard --no-listen --client-fh 0 || 
     24||=+slp      =||none         ||libroar         ||Use OpenSLP to locate the server. || 
     25||=+abstract =||none         ||libroar         ||Address in abstract name space. || 
     26||            ||#Num         ||Purposed        ||Address in abstract name space with ID Num. || 
     27||=+invalid  =||none         ||libroar         ||An invalid address. This is to be used for testing. || 
     28||=+dstr     =||DSTR String  ||libroar         ||This is a server type specific to libroar. It uses the DSTR API to open a server connection || 
     29||=+internal =||none         ||Purposed        ||Connect to the current process. This is useful for plugins which can run within or outside of a server process || 
    2530 
    2631More special addresses may be added later.