jcarreira / cirrus-kv

High-performance key-value store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert bytes_read to uint64_t

TylerADavis opened this issue · comments

Currently bytes_read is an int in both TCPClient.cpp and in TCPServer.cpp. It should be changed to a uint64_t.