diff options
author | Matt Corallo <git@bluematt.me> | 2013-03-24 19:38:19 -0400 |
---|---|---|
committer | Matt Corallo <git@bluematt.me> | 2013-03-24 19:38:19 -0400 |
commit | c2efd981aa14e94cce4a0a888b6ee1f4e4347924 (patch) | |
tree | 7baf6933d4eaf15720b7a5ea67c2d7ad17842c61 /doc | |
parent | dfd71bb4509d12c26e630bc671a542ad5bab4945 (diff) |
(finally) Remove IRC Seed support now that lfnet is down.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coding.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/coding.txt b/doc/coding.txt index 0813105e73..427e388cfd 100644 --- a/doc/coding.txt +++ b/doc/coding.txt @@ -65,9 +65,6 @@ StartNode : Starts other threads. ThreadGetMyExternalIP : Determines outside-the-firewall IP address,
sends addr message to connected peers when it determines it.
-ThreadIRCSeed : Joins IRC bootstrapping channel, watching for new
-peers and advertising this node's IP address.
-
ThreadSocketHandler : Sends/Receives data from peers on port 8333.
ThreadMessageHandler : Higher-level message handling (sending and
|