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
path: root/chrome
diff options
context:
space:
mode:
authorJohn Hiesey <jhiesey@cs.stanford.edu>2013-10-27 07:44:49 +0400
committerJohn Hiesey <jhiesey@cs.stanford.edu>2013-10-27 09:02:54 +0400
commitb1ddfc8cd15ad3083be5a47f0a6fac96af4e7a0c (patch)
tree8d48e0edc368dad829ac5fd006eaf964812fc09f /chrome
parentdd1ff6043cfe0848bb4fcb8fa9084f6f5781c4ef (diff)
Updated UDP implementation
Diffstat (limited to 'chrome')
-rw-r--r--chrome/manifest.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/manifest.json b/chrome/manifest.json
index 40f6e4e..ef5e481 100644
--- a/chrome/manifest.json
+++ b/chrome/manifest.json
@@ -16,7 +16,8 @@
"socket": [
"tcp-connect:*:*",
"tcp-listen::*",
- "udp-send-to::*"
+ "udp-send-to::*",
+ "udp-bind::*"
]
},
"storage",