2017-03-09 12:50:08 -05: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 18:47:27 -05:00
|
|
|
|
|
|
|
void *ipfs_bootstrap_routing(void* param);
|