From ac1b24f55579a7ef8112b50637f43281ef7474bc Mon Sep 17 00:00:00 2001 From: Juanli Shen Date: Mon, 18 Jun 2018 16:38:58 -0700 Subject: [PATCH] TODO --- src/core/lib/iomgr/socket_utils.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/core/lib/iomgr/socket_utils.h b/src/core/lib/iomgr/socket_utils.h index dba2896b742..14bb081e935 100644 --- a/src/core/lib/iomgr/socket_utils.h +++ b/src/core/lib/iomgr/socket_utils.h @@ -23,6 +23,9 @@ #include +// TODO(juanlishen): The following functions might be simple enough to implement +// ourselves, so that they don't cause any portability hassle. + /* A wrapper for htons on POSIX and Windows */ uint16_t grpc_htons(uint16_t hostshort);