GDB: Enable NODELAY on GDB stub connections

This commit is contained in:
Vicki Pfau 2023-03-06 14:51:22 -08:00
parent 5265573c0c
commit 7386e60ac0
1 changed files with 1 additions and 0 deletions

View File

@ -846,6 +846,7 @@ void GDBStubUpdate(struct GDBStub* stub) {
} else {
goto connectionLost;
}
SocketSetTCPPush(stub->connection);
}
while (true) {
if (stub->shouldBlock) {