[][src]Function lsl::protocol_version

pub fn protocol_version() -> i32

Protocol version number.

  • The major version is protocol_version() / 100;
  • The minor version is protocol_version() % 100;

Clients with different minor versions are protocol-compatible with each other while clients with different major versions will refuse to work together (as of this writing, all versions are compatible with each other).