NSAEnable | If TRUE NSA (analytics) library is enabled for use. |
NSLEnable | If TRUE NSL (licensing) library is enabled for use. |
LogLevel | is an integer 0 to 6. If loglevel is not specified it will default to level 0 (off). You should not use log level higher than 4. The higher levels do not provide any useful end user debugging. |
WorkDir | is the location where the library will store all its working files (ie log file, cache file, license files, etc). If this value is not specified the files will be stored in the default Nalpeiron directory (cwd, or current working directory) on Linux and Mac, in a publically accessible directory selected by the OS on Windows). |
clientName | an optional string that can be used to identify the client system. This string will appear in DataStream data. |
LogQLen | the maximum length of the logging queue. |
CacheQLen | is the maximum length of the cache queue. Used only by the NSA section of the library. |
NetThMin | The minimum number of threads in the networking thread pool. |
NetThMax | The maximum number of threads in the networking thread pool. |
OfflineMode | Used only by the NSA library. See NSA.USAGE for details. |
ProxyIP | The IP address of any intervening proxy that is to be used by the library. |
ProxyPort | The port number of any intervening proxy that is to be used by the library. |
ProxyUsername | The username for any intervening proxy that is to be used by the library. |
ProxyPass | The password for any intervening proxy that is to be used by the library. |
DaemonIP | The IP address of the daemon. |
DaemonPort | The Port number of the daemon. |
DaemonUser | Daemon username |
DaemonPass | Daemon password |
security | is used along with the authentication values stamped into the library to create a unique offset that is added to all returns. The default is 0 (ie returns from the library will NOT be modified). |