mirror of https://github.com/mgba-emu/mgba.git
GDB: Enable NODELAY on GDB stub connections
This commit is contained in:
parent
603ab67926
commit
40e7d2aa4d
|
@ -844,6 +844,7 @@ void GDBStubUpdate(struct GDBStub* stub) {
|
|||
} else {
|
||||
goto connectionLost;
|
||||
}
|
||||
SocketSetTCPPush(stub->connection);
|
||||
}
|
||||
while (true) {
|
||||
if (stub->shouldBlock) {
|
||||
|
|
Loading…
Reference in New Issue