diff options
| author | Jeff Garzik <[email protected]> | 2013-03-29 08:03:18 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2013-03-29 08:03:18 -0700 |
| commit | ea83336f4eceecbc046e465509b792dd203327bc (patch) | |
| tree | 67c5e5c908f293edc2fc31f008c173fe59251ee0 /doc | |
| parent | Merge pull request #2385 from gavinandresen/alertnotify (diff) | |
| parent | Add a new testnet dnsseed (currently only static list, will update) (diff) | |
| download | discoin-ea83336f4eceecbc046e465509b792dd203327bc.tar.xz discoin-ea83336f4eceecbc046e465509b792dd203327bc.zip | |
Merge pull request #2411 from TheBlueMatt/master
(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 0813105e7..427e388cf 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
|