c-ipfs/include/ipfs/core/bootstrap.h

15 lines
256 B
C
Raw Normal View History

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);
void *ipfs_bootstrap_routing(void* param);