diff options
author | Gregory Maxwell <greg@xiph.org> | 2014-11-22 20:32:42 -0800 |
---|---|---|
committer | Gregory Maxwell <greg@xiph.org> | 2014-11-22 20:34:06 -0800 |
commit | eac749a486d56c0a5f7c5b5f51338623543274b6 (patch) | |
tree | c44f2bf446c42dc17ff8dd5e7f35dd567f5dbaaa | |
parent | a574189e2acdaa03658bfe495740b2d722984467 (diff) | |
parent | be4ac91aef4392879542d2b7740e536dde5f1d41 (diff) |
Merge pull request #5348
be4ac91 docs: ThreadGetMyExternalIP has been removed (Pavel Vasin)
-rw-r--r-- | doc/coding.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/coding.md b/doc/coding.md index b9d2006e3c..43294dbe4c 100644 --- a/doc/coding.md +++ b/doc/coding.md @@ -115,8 +115,6 @@ Threads - StartNode : Starts other threads. -- ThreadGetMyExternalIP : Determines outside-the-firewall IP address, sends addr message to connected peers when it determines it. - - ThreadDNSAddressSeed : Loads addresses of peers from the DNS. - ThreadMapPort : Universal plug-and-play startup/shutdown |