Skip to content

Commit c679cf0

Browse files
committed
net/control/Protocol: add packets REJECT_CLIENT and TARPIT_CLIENT
1 parent 1aa6228 commit c679cf0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

libcommon

src/Instance.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ Instance::OnControlPacket(BengControl::Command command,
200200
case Command::DISCONNECT_DATABASE:
201201
case Command::DISABLE_URING:
202202
case Command::RESET_LIMITER:
203+
case Command::REJECT_CLIENT:
204+
case Command::TARPIT_CLIENT:
203205
// not applicable
204206
break;
205207

0 commit comments

Comments
 (0)