Set receive timeout on sockets.

Bug: 125891203
Change-Id: I2ae659ff4cc0b6626dff2ce4fba89a8f2d6b25dc
diff --git a/src/profiling/memory/client.h b/src/profiling/memory/client.h
index ead3e1b..d39859b 100644
--- a/src/profiling/memory/client.h
+++ b/src/profiling/memory/client.h
@@ -127,7 +127,7 @@
   bool valid_;
 };
 
-constexpr uint32_t kClientSockTxTimeoutMs = 1000;
+constexpr uint32_t kClientSockTimeoutMs = 1000;
 
 // This is created and owned by the malloc hooks.
 class Client {