hamncheese/modules/n2nvpn/n2n/thirdparty/miniupnp/miniupnpc-async
2023-08-26 15:59:57 -05:00
..
.gitignore Initial commit 2023-08-26 15:59:57 -05:00
Changelog.txt Initial commit 2023-08-26 15:59:57 -05:00
config.h Initial commit 2023-08-26 15:59:57 -05:00
declspec.h Initial commit 2023-08-26 15:59:57 -05:00
igd_desc_parse.c Initial commit 2023-08-26 15:59:57 -05:00
igd_desc_parse.h Initial commit 2023-08-26 15:59:57 -05:00
Makefile Initial commit 2023-08-26 15:59:57 -05:00
miniupnpc-async.c Initial commit 2023-08-26 15:59:57 -05:00
miniupnpc-async.h Initial commit 2023-08-26 15:59:57 -05:00
minixml.c Initial commit 2023-08-26 15:59:57 -05:00
minixml.h Initial commit 2023-08-26 15:59:57 -05:00
parsessdpreply.c Initial commit 2023-08-26 15:59:57 -05:00
parsessdpreply.h Initial commit 2023-08-26 15:59:57 -05:00
README Initial commit 2023-08-26 15:59:57 -05:00
testasync.c Initial commit 2023-08-26 15:59:57 -05:00
upnpreplyparse.c Initial commit 2023-08-26 15:59:57 -05:00
upnpreplyparse.h Initial commit 2023-08-26 15:59:57 -05:00
upnputils.c Initial commit 2023-08-26 15:59:57 -05:00
upnputils.h Initial commit 2023-08-26 15:59:57 -05:00

(c) 2014 Thomas BERNARD
http://miniupnp.free.fr/
https://github.com/miniupnp/miniupnp

miniupnpc-async :
  proof of concept of a UPnP IGD client using asynchronous socket calls
  (ie non blocking sockets)

  To be reimplemented using libevent2 (http://libevent.org/)