Atmosphere-NX / Atmosphere

Atmosphère is a work-in-progress customized firmware for the Nintendo Switch.
GNU General Public License v2.0
14.13k stars 1.21k forks source link

dmnt.gen2: enable gdbserver QStartNoAckMode #2272

Closed liamwhite closed 5 months ago

liamwhite commented 6 months ago

Currently the gdb server is only used over a TCP socket. Since TCP is a reliable protocol, retransmission will not be needed. This improves performance a lot even when running over a wired network.