1
0
Fork 0

drtio-proto: avoid expecting response to drop link ack

This commit is contained in:
occheung 2024-09-09 17:27:44 +08:00
parent 7da5061f7e
commit 6f1d727ca2
1 changed files with 2 additions and 1 deletions

View File

@ -1251,7 +1251,8 @@ impl Packet {
| Packet::SubkernelLoadRunReply { .. }
| Packet::SubkernelMessageAck { .. }
| Packet::DmaPlaybackStatus { .. }
| Packet::SubkernelFinished { .. } => false,
| Packet::SubkernelFinished { .. }
| Packet::CoreMgmtDropLinkAck { .. } => false,
_ => true,
}
}