diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2016-05-21 12:04:02 +0200 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2016-09-08 12:24:06 -0400 |
commit | adf5d4c2e4e7a2979a6ca6de806151fe04c23162 (patch) | |
tree | 00608baf1c5e60f0858685ba54421def4cb91341 /src/net.h | |
parent | ee44fa95761724a83a76dd862a36bd9af0fc021f (diff) |
net: SocketSendData returns written size
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -236,7 +236,7 @@ unsigned short GetListenPort(); bool BindListenPort(const CService &bindAddr, std::string& strError, bool fWhitelisted = false); bool StartNode(CConnman& connman, boost::thread_group& threadGroup, CScheduler& scheduler, std::string& strNodeError); bool StopNode(CConnman& connman); -void SocketSendData(CNode *pnode); +size_t SocketSendData(CNode *pnode); struct CombinerAll { |