docs: Wormhole does not, in fact, have a make-Transit method

yet
This commit is contained in:
Brian Warner 2017-05-14 18:52:20 -07:00
parent f762e1592f
commit d19b5850cc

View File

@ -16,9 +16,9 @@ ID and rendezvous server). Each side can send multiple messages to the other,
but the encrypted data for all messages must pass through (and be temporarily
stored on) the rendezvous server, which is a shared resource. For this
reason, larger data (including bulk file transfers) should use the Transit
class instead. The Wormhole object has a method to create a Transit object
for this purpose. In the future, Transit will be deprecated, and this
functionality will be incorporated directly as a "dilated wormhole".
class instead. The Wormhole can be used to create a Transit object for this
purpose. In the future, Transit will be deprecated, and this functionality
will be incorporated directly as a "dilated wormhole".
A quick example: