DEV9: Increase number of tracked sent SEQ number

This commit is contained in:
TheLastRar 2024-04-05 16:43:10 +01:00 committed by lightningterror
parent d685a7f2fe
commit 889af7cf17
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ namespace Sessions
std::vector<u32> receivedPS2SeqNumbers; //Accesed By Out Thread Only
std::mutex myNumberSentry;
const int oldMyNumCount = 2;
const int oldMyNumCount = 64;
u32 _MySequenceNumber = 1;
std::vector<u32> _OldMyNumbers;
std::atomic<bool> myNumberACKed{true};