mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-04 22:47:26 +08:00
[F] Remove TCP Ack of ack
This commit is contained in:
@@ -64,7 +64,7 @@ fun ActiveClient.handle(msg: Msg) {
|
||||
lastHeartbeat = millis()
|
||||
send(ctlMsg(Command.CTL_HEARTBEAT))
|
||||
}
|
||||
Command.DATA_SEND, Command.CTL_TCP_ACCEPT_ACK -> {
|
||||
Command.DATA_SEND -> {
|
||||
target ?: return log.warn("Send: Target not found: ${msg.dst}")
|
||||
|
||||
if (msg.proto == Proto.TCP && msg.sid !in tcpStreams)
|
||||
|
||||
Reference in New Issue
Block a user