Adding network and swarm functionality

This commit is contained in:
John Jones 2017-04-03 11:55:36 -05:00
parent 96b97ad347
commit e90d966e44
16 changed files with 287 additions and 155 deletions

View file

@ -5,8 +5,11 @@
#include "swarm.h"
struct Addresses {
// list of strings in format "/family/address/type/port"
struct Libp2pLinkedList* swarm_head;
// info for api connection
char* api;
// info for http gateway
char* gateway;
};