mirror of
https://github.com/CTCaer/hekate.git
synced 2025-02-18 21:40:42 +00:00
When RAM is slow (no training), it's possible to have the stack failing to negotiate configuration successfully. The race condition is caused by not flushing cache before sending a configuration packet reply. Although, cache is write-through, this needs to happen.