2017-03-09 17:50:08 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Fires up the connection to peers
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Connect to the peers in the config file
|
|
|
|
* @param param a IpfsNode object
|
|
|
|
* @returns nothing useful
|
|
|
|
*/
|
|
|
|
void *ipfs_bootstrap_swarm(void* param);
|
2017-03-09 23:47:27 +00:00
|
|
|
|
|
|
|
void *ipfs_bootstrap_routing(void* param);
|