Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for NAT traversal techniques #1419

Closed
wants to merge 18 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

Prev

disable natTraversal if 'opts.enableNatTraversal == false'

  • Loading branch information
oleiba committed Jul 26, 2018
commit abc427fa54c51aafd0bf8c02ce409a85e2bfe848
@@ -111,6 +111,9 @@ function WebTorrent (opts) {
}

self._natTraversal = require('./lib/nat-traversal') // browser exclude
if (opts.enableNatTraversal === false) {
self._natTraversal.portMapping = null
}

if (typeof TCPPool === 'function') {
self._tcpPool = new TCPPool(self)
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.