dplay_encrypt

Set a code number for encryption and compression of data packets. Encryption prevents packets from being analyzed with a network analyzer, compression reduces the network traffic. When encryption is activated, the server drops all unencrypted clients and ignores all data packets that are encrypted with a different code number or come from a client with a different script.

Range:

0..unlimited (default: 0)

Type:

var

Remarks:

Edition:

A7.30  P 

Example:

function main() {
  dplay_encrypt = 4711.007; // encrypt and decrypt all packets using the code number 4711.007
  ... 		

See also:

dplay_smooth, dplay_unreliable, dplay_compression

► latest version online