aboutsummaryrefslogtreecommitdiffstats
path: root/util/network/ip.h
diff options
context:
space:
mode:
authornga <nga@yandex-team.ru>2022-02-10 16:48:09 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:09 +0300
commitc2a1af049e9deca890e9923abe64fe6c59060348 (patch)
treeb222e5ac2e2e98872661c51ccceee5da0d291e13 /util/network/ip.h
parent1f553f46fb4f3c5eec631352cdd900a0709016af (diff)
downloadydb-c2a1af049e9deca890e9923abe64fe6c59060348.tar.gz
Restoring authorship annotation for <nga@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/network/ip.h')
-rw-r--r--util/network/ip.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/network/ip.h b/util/network/ip.h
index 0e944248a5..dc7c2d24a0 100644
--- a/util/network/ip.h
+++ b/util/network/ip.h
@@ -8,10 +8,10 @@
#include <util/generic/string.h>
#include <util/generic/yexception.h>
-/// IPv4 address in network format
+/// IPv4 address in network format
using TIpHost = ui32;
-
-/// Port number in host format
+
+/// Port number in host format
using TIpPort = ui16;
/*
@@ -53,7 +53,7 @@ static inline TIpHost ResolveHost(const char* data, size_t len) {
return HostToInet(ret);
}
-/// socket address
+/// socket address
struct TIpAddress: public sockaddr_in {
inline TIpAddress() noexcept {
Clear();