How to use the Plugin function from bindings
Find comprehensive JavaScript bindings.Plugin code examples handpicked from public code repositorys.
33 34 35 36 37 38 39 40 41 42
super() this._assistedPeerDiscovery = assistedPeerDiscovery this._externalUdpPort = 0 this.session = new Libtorrent.Session(libtorrent_settings) this.plugin = new JoyStreamAddon.Plugin(minimumMessageId, network) this.torrents = new Map() this.torrentsBySecondaryHash = new Map() // Add plugin to session
26 27 28 29 30 31 32 33 34 35
constructor ({port, assistedPeerDiscovery = true}) { super() this._assistedPeerDiscovery = assistedPeerDiscovery this.session = new Libtorrent.Session(port) this.plugin = new JoyStreamAddon.Plugin(minimumMessageId) this.torrents = new Map() this.torrentsBySecondaryHash = new Map() // Add plugin to session
bindings.createKey is the most popular function in bindings (8616 examples)