We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aabf600 commit 75eef9eCopy full SHA for 75eef9e
src/upnp.py
@@ -1,5 +1,7 @@
1
# A simple upnp module to forward port for BitMessage
2
# Reference: http://mattscodecave.com/posts/using-python-and-upnp-to-forward-a-port
3
+import httplib
4
+from random import randint
5
import socket
6
from struct import unpack, pack
7
import threading
0 commit comments