Revision dc99f5c4 src/psinstance.c
src/psinstance.c | ||
---|---|---|
261 | 261 |
else |
262 | 262 |
received_chunk(ps->streaming, remote, buff, len); |
263 | 263 |
res = 2; |
264 |
ps->chunk_offer_interval = chunk_interval_measure(ps->measure); |
|
265 | 264 |
break; |
266 | 265 |
case MSG_TYPE_SIGNALLING: |
267 | 266 |
dtprintf("Sign message received:\n"); |
... | ... | |
272 | 271 |
fprintf(stderr, "Unknown Message Type %x\n", buff[0]); |
273 | 272 |
res = -2; |
274 | 273 |
} |
274 |
ps->chunk_offer_interval = streaming_offer_interval(ps->streaming); |
|
275 | 275 |
|
276 | 276 |
if (remote) |
277 | 277 |
nodeid_free(remote); |
Also available in: Unified diff