From 29f66f76826056f53d971ac734b7ed49b39848d3 Mon Sep 17 00:00:00 2001 From: Vasil Dimov Date: Tue, 5 Jul 2022 12:20:42 +0200 Subject: moveonly: move SetSocketNonBlocking() from netbase to util/sock To be converted to a method of the `Sock` class. --- src/netbase.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/netbase.h') diff --git a/src/netbase.h b/src/netbase.h index fadc8b418e..f7816f5d1d 100644 --- a/src/netbase.h +++ b/src/netbase.h @@ -221,8 +221,6 @@ bool ConnectSocketDirectly(const CService &addrConnect, const Sock& sock, int nT */ bool ConnectThroughProxy(const Proxy& proxy, const std::string& strDest, uint16_t port, const Sock& sock, int nTimeout, bool& outProxyConnectionFailed); -/** Enable non-blocking mode for a socket */ -bool SetSocketNonBlocking(const SOCKET& hSocket); void InterruptSocks5(bool interrupt); /** -- cgit v1.2.3