diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2022-07-07 15:07:07 +0200 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2022-07-07 15:07:07 +0200 |
commit | c5cc3f140cb13bf933a9d1cb5333445b5d434940 (patch) | |
tree | b2ab09289594706f6233ec9decbb5c5a172ff966 /doc | |
parent | bac52a1cfe9972fea563bad8a3c417a3db218c66 (diff) |
doc: list the I2P accept thread in developer-notes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/developer-notes.md b/doc/developer-notes.md index 23f975df34..73a3f91c15 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -646,6 +646,9 @@ Threads - [ThreadOpenConnections (`b-opencon`)](https://doxygen.bitcoincore.org/class_c_connman.html#a55e9feafc3bab78e5c9d408c207faa45) : Initiates new connections to peers. + - [ThreadI2PAcceptIncoming (`b-i2paccept`)](https://doxygen.bitcoincore.org/class_c_connman.html#a57787b4f9ac847d24065fbb0dd6e70f8) + : Listens for and accepts incoming I2P connections through the I2P SAM proxy. + Ignoring IDE/editor files -------------------------- |