5. Sample net.ini File

This sample file is located in %GENESIS_HOME%\lib

#  net.ini file, used by Micro Focus XDBC Server for client-side  
#  configuration settings. Note that the information  
#  in the DSN takes precedence over the settings here.
 
#  This number must match the one given with  
#  the -k option when Micro Focus XDBC Server is started.  
#  It is used to encrypt the user ID and password  
#  information over the network. 
#key_connect      1234

#  Comma-delimited list of environment variable(s) to set on the host.
#hostenv0
 
#  Size (in bytes) of the buffer used to aggregate send operations.
#packetsize 8192 

#  Time to wait for read completion. The default of 0 (zero) means no timeout. 
#read_timeout     0
 
#  Time to wait for a write completion. The default of 0 (zero) means no timeout. 
#write_timeout    0
 
#  Return the OS error code for a communication error. 
#return_errno     no