c-ipfs/bitswap/network.c

9 lines
186 B
C
Raw Normal View History

2017-07-20 12:57:20 +00:00
/***
* This implements the BitswapNetwork. Members of this network can fill requests and
* smartly handle queues of local and remote requests.
*/
#include "ipfs/bitswap/network.h"