Unity-Technologies / qstat

New official qstat repository
Artistic License 2.0
121 stars 33 forks source link

feat(a2c): Reflection mitigation support #109

Closed stevenh closed 3 years ago

stevenh commented 3 years ago

Add support for the reflection mitigation support detailed here: https://steamcommunity.com/discussions/forum/14/2974028351344359625/

This allows A2S_INFO to return A2S_CHALLENGERESPONSE which requires retrying the A2S_INFO request with the specified challenge.

If deal_with_a2s_packet calls send_a2s_rule_request_packet it now returns this value directly as it already has the right return value.

Also:

Fixes #107