diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-09-22 19:36:39 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-09-22 19:44:37 +0300 |
commit | cc32310d75de9beaa3e8aca9d1b6359fcfdb302c (patch) | |
tree | 1603c19da8058a70d01edbfb8bad525fc52c95a2 /library/cpp/netliba | |
parent | 0ab563a49d7c2ec6b6de6503db4acef97cd7f450 (diff) | |
download | ydb-cc32310d75de9beaa3e8aca9d1b6359fcfdb302c.tar.gz |
Intermediate changes
commit_hash:fd1105c7e74e7daa1ed746cc2f82c5a37e3a946c
Diffstat (limited to 'library/cpp/netliba')
-rw-r--r-- | library/cpp/netliba/socket/protocols.h | 7 |
1 files changed, 5 insertions, 2 deletions
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, }; } |