Merge pull request #12533 from sepalani/bba-psh-ack

BBA/HLE: Add missing PSH flag
This commit is contained in:
Admiral H. Curtiss 2024-03-12 03:09:11 +01:00 committed by GitHub
commit cda008bd10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ CEXIETHERNET::BuiltInBBAInterface::TryGetDataFromSocket(StackRef* ref)
if (datasize > 0)
{
Common::TCPPacket packet(ref->bba_mac, ref->my_mac, ref->from, ref->to, ref->seq_num,
ref->ack_num, TCP_FLAG_ACK);
ref->ack_num, TCP_FLAG_ACK | TCP_FLAG_PSH);
packet.data = std::vector<u8>(buffer.begin(), buffer.begin() + datasize);
// build buffer