Implemented disabling of GDB packet acknowledgement, and disabled it by default. The new packetAcknowledgement debug server config param can be used to keep it enabled.
This commit is contained in:
@@ -31,6 +31,8 @@ namespace DebugServer::Gdb
|
||||
*/
|
||||
static constexpr auto ABSOLUTE_MAXIMUM_PACKET_READ_SIZE = 2097000; // 2MiB
|
||||
|
||||
bool packetAcknowledgement = true;
|
||||
|
||||
Connection(int serverSocketFileDescriptor, EventFdNotifier& interruptEventNotifier);
|
||||
|
||||
Connection() = delete;
|
||||
|
||||
Reference in New Issue
Block a user