Annotation of embedaddon/miniupnpd/miniupnpc-libevent/README, revision 1.1

1.1     ! misho       1: miniupnpc-libevent :
        !             2: 
        !             3: UPnP IGD control point (ie client) using libevent
        !             4: 
        !             5: http://libevent.org
        !             6: https://github.com/libevent/libevent
        !             7: 
        !             8: The UPnP Event code needs SUBSCRIBE / UNSUBSCRIBE / NOTIFY HTTP methods.
        !             9: Implementation is added to libevent 2.2.x :
        !            10: https://github.com/libevent/libevent/commit/8dcb94a4ca0999bdada6baa2a986f4c00a922060
        !            11: 
        !            12: 
        !            13: TODO : improve error handling / reporting

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>