mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Acknowledge a packet with the received packet's PacketId, not with the current sending PacketId.
svn path=/branches/ros-amd64-bringup/; revision=39131
This commit is contained in:
@@ -1090,7 +1090,7 @@ KdReceivePacket(
|
||||
RcvCode = KdpReceiveBuffer(&Byte, sizeof(UCHAR));
|
||||
|
||||
/* Acknowledge the received packet */
|
||||
KdpSendControlPacket(PACKET_TYPE_KD_ACKNOWLEDGE, CurrentPacketId);
|
||||
KdpSendControlPacket(PACKET_TYPE_KD_ACKNOWLEDGE, Packet.PacketId);
|
||||
CurrentPacketId ^= 1;
|
||||
|
||||
//FrLdrDbgPrint("KdReceivePacket - all ok\n");
|
||||
|
||||
Reference in New Issue
Block a user