From cc32310d75de9beaa3e8aca9d1b6359fcfdb302c Mon Sep 17 00:00:00 2001 From: robot-piglet <robot-piglet@yandex-team.com> Date: Sun, 22 Sep 2024 19:36:39 +0300 Subject: Intermediate changes commit_hash:fd1105c7e74e7daa1ed746cc2f82c5a37e3a946c --- library/cpp/netliba/socket/protocols.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'library/cpp/netliba/socket') diff --git a/library/cpp/netliba/socket/protocols.h b/library/cpp/netliba/socket/protocols.h index ec6896ab9b..e364c3368a 100644 --- a/library/cpp/netliba/socket/protocols.h +++ b/library/cpp/netliba/socket/protocols.h @@ -18,12 +18,15 @@ namespace NNetlibaSocket { ACK_CANCELED, ACK_RESEND_NOSHMEM, - PING, - PONG, + PING, // 10 + PONG, // 11 PONG_IB, KILL, + XS_PING, // 14 + XS_PONG, // 15 + CMD_END, }; } -- cgit v1.2.3