Revision d6d4b2c2
chunk_signaling.c | ||
---|---|---|
29 | 29 |
#include "topology.h" |
30 | 30 |
#include "dbg.h" |
31 | 31 |
|
32 |
static bool neigh_on_sign_recv = true;
|
|
32 |
static bool neigh_on_sign_recv = false;
|
|
33 | 33 |
|
34 | 34 |
void bmap_received(const struct nodeID *fromid, const struct nodeID *ownerid, struct chunkID_set *c_set, int cb_size, uint16_t trans_id) { |
35 | 35 |
struct peer *owner; |
streaming.c | ||
---|---|---|
43 | 43 |
|
44 | 44 |
static bool heuristics_distance_maxdeliver = false; |
45 | 45 |
static int bcast_after_receive_every = 0; |
46 |
static bool neigh_on_chunk_recv = true;
|
|
46 |
static bool neigh_on_chunk_recv = false;
|
|
47 | 47 |
|
48 | 48 |
struct chunk_attributes { |
49 | 49 |
uint64_t deadline; |
Also available in: Unified diff