Changes between Version 4 and Version 5 of ServerAddress


Ignore:
Timestamp:
12/05/11 17:53:13 (12 years ago)
Author:
ph3-der-loewe
Comment:

some comments to clarify meaning

Legend:

Unmodified
Added
Removed
Modified
  • ServerAddress

    v4 v5  
    3131||= # =||= Step                               =||= Continue    =||||= Supported by     =||= Description =|| 
    3232||=   =||=                                    =||= when failed =||= libroar =||= µRoar =||=             =|| 
    33 ||  0  || Server given by application/user     || No            || Yes       || Yes     || ... || 
    34 ||  1  || Server given by application default  || No            || Yes       || No      || ... || 
    35 ||  2  || $ROAR_SERVER                         || No            || Yes       || Yes     || ... || 
    36 ||  3  || Server in Display's ROAR_SERVER-prop || No            || Yes       || No      || ... || 
    37 ||  4  || /etc/roarserver                      || No            || Yes       || Yes     || ... || 
    38 ||  5  || Server: ~/.roar                      || Yes           || Yes       || Yes     || ... || 
    39 ||  6  || Server: /tmp/roar                    || Yes           || Yes       || Yes     || ... || 
    40 ||  7  || Server: localhost:roar               || Yes           || Yes       || Yes     || ... || 
    41 ||  8  || Server: localnode::roar              || Yes           || Yes       || No      || ... || 
    42 ||  9  || Server: +abstract                    || Yes           || Yes       || No      || ... || 
    43 || 10  || OpenSLP (with cache)                 || Yes           || Yes       || No      || ... || 
    44 || 11  || OpenSLP (without cache)              || Yes           || Yes       || No      || ... || 
     33||  0  || Server given by application/user     || No            || Yes       || Yes     || This is the address given directly to the open function || 
     34||  1  || Server given by application default  || No            || Yes       || No      || This address is the application's default || 
     35||  2  || $ROAR_SERVER                         || No            || Yes       || Yes     || Server address given by environment || 
     36||  3  || Server in Display's ROAR_SERVER-prop || No            || Yes       || No      || Server set in X11 servers ROAR_SERVER property or similar for other windowing environments || 
     37||  4  || /etc/roarserver                      || No            || Yes       || Yes     || This is a symlink to the server address. It is ready with readlink(). || 
     38||  5  || Server: ~/.roar                      || Yes           || Yes       || Yes     || || 
     39||  6  || Server: /tmp/roar                    || Yes           || Yes       || Yes     || || 
     40||  7  || Server: localhost:roar               || Yes           || Yes       || Yes     || || 
     41||  8  || Server: localnode::roar              || Yes           || Yes       || No      || || 
     42||  9  || Server: +abstract                    || Yes           || Yes       || No      || || 
     43|| 10  || OpenSLP (with cache)                 || Yes           || Yes       || No      || Locate a server using OpenSLP. Local cache enabled. || 
     44|| 11  || OpenSLP (without cache)              || Yes           || Yes       || No      || Locate a server using OpenSLP. Local cache disabled to force fresh lookup. || 
    4545|| --  || Retries some of the above            || Yes           || Yes       || --      || This is specific to libroar || 
    4646|| --  || Server: /tmp/muroard                 || Yes           || Yes       || --      || This is specific to libroar || 
    47 || 12  || Try all DECnet neighbours            || Yes           || Yes       || No      || ... || 
    48 || 13  || Try all IP neighbours                || Yes           || Yes       || No      || ... || 
     47|| 12  || Try all DECnet neighbours            || Yes           || Yes       || No      || || 
     48|| 13  || Try all IP neighbours                || Yes           || Yes       || No      || IP neighborhood table is also known as ARP table || 
    4949|| 14  || All Nodes in local node database     || Yes           || No        || No      || On GNU/Linux this file is /etc/decnet.conf || 
    5050|| 15  || All Hosts in local host database     || Yes           || No        || No      || On most this file is /etc/hosts ||