aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/netliba/socket/socket.h
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-08-16 22:35:50 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-08-16 22:43:57 +0300
commit2fcc3532d5bfd8ccb3fb5b884088c01376c7888d (patch)
tree9040d37b083ba19eed43ffa2dbefcf6b4c70d093 /library/cpp/netliba/socket/socket.h
parent4216b16bbaa20122c440773c8360527e846305cc (diff)
downloadydb-2fcc3532d5bfd8ccb3fb5b884088c01376c7888d.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/netliba/socket/socket.h')
-rw-r--r--library/cpp/netliba/socket/socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/netliba/socket/socket.h b/library/cpp/netliba/socket/socket.h
index c1da3c145f..0b30bd2ccf 100644
--- a/library/cpp/netliba/socket/socket.h
+++ b/library/cpp/netliba/socket/socket.h
@@ -74,8 +74,8 @@ namespace NNetlibaSocket {
///////////////////////////////////////////////////////////////////////////////
// currently netliba v6 version id is any number which's not equal to NETLIBA_V12_VERSION
- enum { NETLIBA_ANY_VERSION = -1,
- NETLIBA_V12_VERSION = 112 };
+ constexpr int NETLIBA_ANY_VERSION = -1;
+ constexpr int NETLIBA_V12_VERSION = 112;
enum EFragFlag {
FF_ALLOW_FRAG,