...
The main network settings are located in the [NETKERN] section of the initialization INI file (the default values specified in parentheses):
CANCELONDISCONNECT = 1-When 0 waits for a reconnect on the client and tries to reach the client from the server — If 0, the server tries to reconnect to the client in case of a disconnect after receiving (sending) an RPC request .
CRYPT = 1- — encryption when sending
FILEMANAGERPATH = u: - Base path for file handling — A basic path of file functions (always appended added to the file name). The * path * - all disks are is processed separately.
IGNOREERRORSFROMSERVER = 1 - If — If set to 0, the stack of error codes passed from the server in case of an execution error on the server will be saved in the error file.
LOADALLPROTOCOLS = 1-When — If 0, exits RPCInitEx at the first loaded protocol, the rest are loaded asynchronously during operationthe working process. At If 1, it does not exit until it loads all the protocols.
MAXSENDRETRYS (2 -— CANCELONDISCONNECT) - Number — A number of attempts to send a a data block of data
MAXBLOCKSIZE = 20000000 – Maximum package packet size (for example, that of the RPC procedure returned data of an RPC procedure). It must be the same on both the client and the server.
MINPACKSIZE = 15000 – minimum block Minimum packet size for packaging. In the case of SLOWCONNECT=1 in the protocol settings on of one side, a value of 10 times less is used.
MINPACKDELTA = 1000 – minimum – Minimum size of reduction during packagingdata packing. In the case of SLOWCONNECT=1 in the protocol settings on of one side, a value of 10 times less is used.
PROTOCOLS = PROTOCOL\*. DLL- — Masks for searching for driver DLL files via ";". If you need to access yourself(for example, a server at the checkout), you must use the protocol the server and the cash register are installed on one and the same device, use localnet.dll.
RETRYRECEIVE = not CANCELONDISCONNECT- — Wait for the reconnect to the client to continue receiving the data packet.
ROUTERCOUNT = 2 – The number of routing tasks.
TESTMESSAGES = 0- — If 1, outputs a log with network operations log in the debug log file
to the debug file ALLSENDLOG = "" – If the value is not empty, then this should be the directory (with the final "\") where the files with the sent data will be stored.
TIMEOUT = (30000/180000) - ms. - handshake — ms. — handshake wait timeout and connection send queue wait timeout (there are different tasks in the queue that use the same connection). If SLOWCONNECT=1 is set in the protocol settings, the queue timeout will be at least 180000, even if a lower value is set.
Section [TCPSOC] - Configuring — Configuring the TCP driver for Windows
The driver reads the [TCPSOC] section of the record from the ini file (default values in parentheses):
ASYNCHCONNECT = 1 - try — try to connect asynchronously
CHECKSELFNAME = 0 - try — try to find a proper name during initialization (to avoid duplication).
KEEPALIVE = 1- — send requests keepalive
LISTEN = 1 - Wait — Wait for connections from others
MAXBUFFER = 65280 - maximum — maximum size of data sent by a single command
SLOWCONNECT = 0 – when set to 1, changes the default values for MAXBUFFER (4096), TIMEOUT (20000). In addition, the pfSlowConnect driver type flag is set, which uses other timeouts inside NetKern.
DNSFILE = tcpdns.txt – name decryption file name.
Format of the entry шы in the name decryption file:
Name address [:port]
Address – dot -— separated Internet address or computer name on the local network or DNS name
The port is either decimal or hexadecimal (preceded by a $sign). By default, port = PORT.
For example, for the names AA and CC:
AA 198.154.196.105:5150
CC COMPUTER1:5155
DNSSECTION (TCPDNS) - a — a section in the same file that contains name decryptions.
Format of the entry in the name decryption section:
...
Note: To disable broadcast messages from any server, set UDP_BROADCAST_PORT = 0
SERVERNODELAY = 0 - with — with a value of 1 for incoming connections, disables the Nagle algorithm, which leads to faster response, but may lead to a narrowing of the channel.
CLIENTNODELAY = 0 - the — the same as SERVERNODELAY, but for outgoing connections
WAITBEFORECLOSE = 0 - at — at 1, it will wait for the completion of network operations when the connection is programmatically terminated.
SENDTO255IP = 0 - at — at 1 if it is impossible to find out the address by name, it tries to reach all 254 addresses of the subnet (USEINTERNETDNS must be 0)
Section [TCPDOS] - Configuring — Configuring the TCP driver for DOS32
The driver reads the [TCPDOS] section from the ini file, writes (in parentheses, default values):
ASYNCHCONNECT = 1 - try — try to connect asynchronously
CHECKSELFNAME = 0 - try — try to find a proper name during initialization (to avoid duplication).
LISTEN = 1 - Wait — Wait for connections from other
DOSBUFFERSIZE = 8192 - the — the size of the memory allocated in the lower DOS memory, and used for both sending and receiving data.
MAXBUFFER = DOSBUFFERSIZE - the — the maximum size of data sent by a single command, no more than
DOSBUFFERSIZE SLOWCONNECT = 0 - when — when set to 1, changes the default values for MAXBUFFER (4096), TIMEOUT (20000). In addition, the pfSlowConnect driver type flag is set, which uses other timeouts inside NetKern.
DNSFILE = tcpdns.txt - see — see DNSFILE
DNSSECTION (TCPDNS) - see — see DNSSECTION
PORT = 5150 - the — the port number for incoming connections
PRIORITY = 50 - the — the driver's priority over the others (the smaller numbers are viewed first)
UDP_BROADCAST_PORT = 5160 - the — the port number to exchange messages (including broadcast) to determine the address for a name should be identical across the network
SENDTO255IP = 0 - if — if 1, if it is impossible to find the address by the name of trying to reach out to all 255 addresses in the subnet
TIMEOUT = 4000 - timeout — timeout for the operation of send/receive blocks MAXBUFFER or connect with ASYNCHCONNECT=1
Section [TCPDNS]
See TCPSOC
Section [NB] - NetBIOS — NetBIOS driver settings (nb.dll, nbhdup.dll)
The drivers are available in two versions – for DOS and for Win32.
The driver reads the [NB] section from the ini file, writes (in parentheses, default values):
TIMEOUT=15000- — timeout of network operations in milliseconds
Listen=1 - whether — whether to "listen" - wait — wait for connection. Only for nb.dll
Recommendations when using a slow communication channel
If a low -— speed communication channel is used, then the following parameters should be configured: ShortTimeout, LongTimeout both for the directory server (REFSERVER - the REFSERVER — the main section) and for the manager stations (REFEDIT is the main section).
CollFileCache for the manager station, for storing directories in files and synchronizing only changed collections (REFEDIT is the main section).