Changeset 12757 for trunk/FACT++/dim/README_v19.txt
- Timestamp:
- 01/24/12 13:41:57 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/dim/README_v19.txt
r12585 r12757 1 1 2 DIM version 19.2 6Release Notes2 DIM version 19.27 Release Notes 3 3 4 4 Notes 1 and 2 for Unix Users only … … 17 17 Dns </dev/null >& dns.log & 18 18 19 NOTE 3: The Version Number service provided by servers is now set to 1926. 19 NOTE 3: The Version Number service provided by servers is now set to 1927. 20 21 19/01/2012 22 Changes 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 20 45 21 46 14/09/2011
Note:
See TracChangeset
for help on using the changeset viewer.