Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The main network settings are located in the [NETKERN] section of the initialization INI file (the default values specified defined in parentheses):

CANCELONDISCONNECT = 1 — 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:  —  A basic path of file functions (always added to the file name). The * path is processed separately.

IGNOREERRORSFROMSERVER = 1  —  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 — If 0, exits RPCInitEx at the first loaded protocol, the rest are loaded asynchronously during the working process. If 1, it does not exit until it loads all the protocols.

MAXSENDRETRYS (2 — CANCELONDISCONNECT)  —  A number of attempts to send a data block

MAXBLOCKSIZE = 20000000 – Maximum packet size (for example, that of the RPC procedure returned data). It must be the same on both the client and the server.

MINPACKSIZE = 15000 – Minimum packet size. In the case of SLOWCONNECT=1 in the protocol settings of one side, a value of 10 times less is used.

MINPACKDELTA = 1000 – Minimum size of reduction during data packing. In the case of SLOWCONNECT=1 in the protocol settings of one side, a value of 10 times less is used.

PROTOCOLS = PROTOCOL\*. DLL — Masks for searching driver DLL files via ";". If 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 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 wait timeout and wait timeout of 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 the TCP driver for Windows

The driver reads the [TCPSOC] section of the record from the ini INI file (default values defined in parentheses):

ASYNCHCONNECT = 1  —  try to connect asynchronously

CHECKSELFNAME = 0  —  try to find a proper self name during initialization (to avoid duplication).

KEEPALIVE = 1send requests send keepalive requests 

LISTEN = 1  —  Wait for connections from others

MAXBUFFER = 65280  —  maximum the maximum size of data sent by a single command

SLOWCONNECT = 0 – when set to – if 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 DNS name decryption file name.

Format of the entry шы 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:

...