diff options
| author | Pieter Wuille <[email protected]> | 2012-03-26 16:48:23 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-03-26 16:48:23 +0200 |
| commit | 6b8de05d0a6696dff4b7dccec5b74889f3cdc486 (patch) | |
| tree | 123b892a842e3a99342cc4806b4a833b2a635b52 /src/addrman.h | |
| parent | Merge pull request #974 from sipa/walletupgrade (diff) | |
| download | discoin-6b8de05d0a6696dff4b7dccec5b74889f3cdc486.tar.xz discoin-6b8de05d0a6696dff4b7dccec5b74889f3cdc486.zip | |
Begin doxygen-compatible comments
Diffstat (limited to 'src/addrman.h')
| -rw-r--r-- | src/addrman.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/addrman.h b/src/addrman.h index 350ecb270..91e1f87f0 100644 --- a/src/addrman.h +++ b/src/addrman.h @@ -15,7 +15,7 @@ #include <openssl/rand.h> -// Extended statistics about a CAddress +/** Extended statistics about a CAddress */ class CAddrInfo : public CAddress { private: @@ -160,6 +160,7 @@ public: // the maximum number of nodes to return in a getaddr call #define ADDRMAN_GETADDR_MAX 2500 +/** Stochastical (IP) address manager */ class CAddrMan { private: |