- summary: Which measurement a file check asks for: the file's byte length, or a checksum of its contents.
- area: Game.Client.Verification
- confidence: 0.99
Which measurement a file check asks for: the file's byte length, or a checksum of its contents.
- Kind enum
- Area Game.Client.Verification
- Named by beta
The algorithm selector shared by FileCheckEvent and FileCheckRequest.
The two values are proven by what the client's own branches do: one reads the byte array's length and formats it as a decimal string, the other calls the checksum helper. Both results travel as a string.
Not sent on its own — an enum is never sent on its own. inferred
Used by
Values
| Value | Number | Meaning |
|---|---|---|
LENGTH | 0 | Report the file's byte length, formatted as a decimal string. |
HASH_SUM | 1 | Report a checksum computed over the file's bytes. |
Recovered with score 100, confidence 0.99, margin 100 over the runner-up. A margin close to the score means nothing else came near; a thin margin means a decoy nearly won. Members recovered: 2 of 2.
Aucun avis à afficher.