Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2016-04-21 11:15:44 +0300
committerFeross Aboukhadijeh <feross@feross.org>2016-04-21 11:15:44 +0300
commit08baee2ddd7a194d44fc797e704b7a6b71304423 (patch)
treed09791a359a25a85c456a560f35a148bd53b35d2 /CHANGELOG.md
parent63e4aee7bd016f258d81708af9c03cf608968816 (diff)
set dhtPort to correct port after listening
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a5a5c07..a0d574d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,9 @@
- `client.listening` property to signal whether TCP server is listening for incoming
connections.
+- `client.dhtPort` property reflects the actual DHT port when user doesn't specify one
+ (this is parallel to `client.torrentPort` for the TCP torrent listening server)
+
### Changed
- Merged `Swarm` class into `Torrent` object. Properties on `torrent.swarm` (like