Revision feaec543
input-http.c | ||
---|---|---|
85 | 85 |
for(i=0; i < multiply; i++) { // @TODO: why this cycle? |
86 | 86 |
send_chunk(); |
87 | 87 |
} |
88 |
send_offer(); |
|
88 | 89 |
if (cnt++ % 10 == 0) { |
89 | 90 |
update_peers(NULL, NULL, 0); |
90 | 91 |
} |
loop.c | ||
---|---|---|
191 | 191 |
for (i = 0; i < chunks; i++) { // @TODO: why this cycle? |
192 | 192 |
send_chunk(); |
193 | 193 |
} |
194 |
send_offer(); |
|
194 | 195 |
if (cnt++ % 10 == 0) { |
195 | 196 |
update_peers(NULL, NULL, 0); |
196 | 197 |
} |
Also available in: Unified diff