
Initialization
Before using devP2P, you must initialize devP2P library by calling libInit, and release all global resources using libFree functions.
If you want to use UPNP protocol for opening router ports (to help out devP2P establish direct connections), you should also call UPNPInit at the startup, after libInit.
If you want to use UPNP protocol for opening router ports (to help out devP2P establish direct connections), you should also call UPNPInit at the startup, after libInit.
Platforms
WindowsMac OSX
Linux
BSD