rework UPnP code to use GNUnet scheduler and network API
authorMoon <moon@140774ce-b5e7-0310-ab8b-a85725594a96>
Sat, 9 Oct 2010 13:53:47 +0000 (13:53 +0000)
committerMoon <moon@140774ce-b5e7-0310-ab8b-a85725594a96>
Sat, 9 Oct 2010 13:53:47 +0000 (13:53 +0000)
commit922a0672749ba9d496d1dd8f6596bb4f8035e71d
treeccd4b351bd5acd5cc3b8b1cc358c712d6c0c116d
parentdc24b5bf44bf8d9460b2571fe529403637aa3e16
rework UPnP code to use GNUnet scheduler and network API
disable NAT-PMP support for now
19 files changed:
src/nat/Makefile.am
src/nat/bsdqueue.h [new file with mode: 0644]
src/nat/nat.c
src/nat/nat.h
src/nat/natpmp.c
src/nat/natpmp.h
src/nat/test_nat.c
src/nat/upnp-commands.c [new file with mode: 0644]
src/nat/upnp-commands.h [new file with mode: 0644]
src/nat/upnp-discover.c [new file with mode: 0644]
src/nat/upnp-discover.h [new file with mode: 0644]
src/nat/upnp-igd-parse.c [new file with mode: 0644]
src/nat/upnp-igd-parse.h [new file with mode: 0644]
src/nat/upnp-minixml.c [new file with mode: 0644]
src/nat/upnp-minixml.h [new file with mode: 0644]
src/nat/upnp-reply-parse.c [new file with mode: 0644]
src/nat/upnp-reply-parse.h [new file with mode: 0644]
src/nat/upnp.c
src/nat/upnp.h