Ignore:
Timestamp:
01/24/12 13:41:57 (13 years ago)
Author:
tbretz
Message:
Switched to v19r27
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/dim/README_v19.txt

    r12585 r12757  
    11
    2                     DIM version 19.26 Release Notes
     2                    DIM version 19.27 Release Notes
    33
    44Notes 1 and 2 for Unix Users only
     
    1717                Dns </dev/null >& dns.log &
    1818
    19 NOTE 3: The Version Number service provided by servers is now set to 1926.
     19NOTE 3: The Version Number service provided by servers is now set to 1927.
     20
     2119/01/2012
     22Changes for version 19.27:
     23    - Updated the DIM Makefiles for MacOSX (Darwin)
     24    - Added New possibilities to change DIM timeouts:
     25        - 2 New Environment variables:
     26            - DIM_WRITE_TMOUT                           (default: 5)
     27            - DIM_KEEPALIVE_TMOUT                       (default: 15)
     28        - Same functionality as the functions:
     29            - dim_set_write_timeout(int secs)
     30            - int dim_get_write_timeout()
     31            - dim_set_keepalive_timeout(int secs)       //new
     32            - int dim_get_keepalive_timeout()           //new
     33        - The functions have precedence over the environment variables.
     34    - The server per client exit_handler functionality
     35      (provided by dis_add_client_exit_handler()/dis_set_client_exit_handler())
     36      wan not always working correctly (in case of write timeouts) - fixed.
     37    - Changed the reporting of "Write Tiemout":
     38        - Used to report only:
     39            - "ERROR: Write Timeout, disconnecting from..."
     40        - Now reports:
     41            - "WARNING: Write Timeout, writing to ..."
     42            - If it disconnects: "ERROR: Write Timeout, disconnecting from ..."
     43            - If it reconnects later: "INFO: Re-connected to ..."
     44
    2045
    214614/09/2011
Note: See TracChangeset for help on using the changeset viewer.