Networking base module. Defines base transport interface, useful for
implementing new transports. End-users should import some transport
instead in order to connect/accept connections to/from other nodes.
NOTE: BaseTransport
is exported as a module.
- Source:
Example
var BaseTransport = require("bitmessage/net/base");