Check if a version is compatible with the peer's available versions.
bool isVersionCompatible(int version) => availableVersions.contains(version);