hamncheese/n2n/thirdparty/miniupnp/miniupnpc-async
2023-09-14 21:50:26 -05:00
..
.gitignore New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
Changelog.txt New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
config.h New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
declspec.h New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
igd_desc_parse.c New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
igd_desc_parse.h New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
Makefile New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
miniupnpc-async.c New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
miniupnpc-async.h New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
minixml.c New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
minixml.h New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
parsessdpreply.c New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
parsessdpreply.h New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
README New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
testasync.c New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
upnpreplyparse.c New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
upnpreplyparse.h New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
upnputils.c New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
upnputils.h New version with edge binary no longer embedded. 2023-09-14 21:50:26 -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/)