diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-06-23 10:21:32 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-06-23 10:21:38 +0200 |
commit | 52d4abfdef93cd622b297a092eb6639e678bcb9d (patch) | |
tree | a9905249ee37325be3b9452efff1d9346d0000ad /src/net.h | |
parent | bfb55dd586c60e8bab56032fc373b2909fdb867b (diff) | |
parent | 3dc1464f0a87e26f3aa39c446eb4d102a8c84dc2 (diff) |
Merge pull request #4388
3dc1464 add missing vhListenSocket.clear(); to CNetCleanup() (Philip Kaufmann)
2831a03 remove unused CNode::Cleanup() (Philip Kaufmann)
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -693,8 +693,6 @@ public: void Subscribe(unsigned int nChannel, unsigned int nHops=0); void CancelSubscribe(unsigned int nChannel); void CloseSocketDisconnect(); - void Cleanup(); - // Denial-of-service detection/prevention // The idea is to detect peers that are behaving |