Browse Source

calculate proper "TTL"

git.mgm/mediaproxy-ng/2.1
Richard Fuchs 13 years ago
parent
commit
644e5ba9df
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/call.c

+ 1
- 1
daemon/call.c View File

@ -1951,7 +1951,7 @@ tag_match:
mutex_unlock(&c->lock); mutex_unlock(&c->lock);
xasprintf(&ret, "%s %lld %llu %llu %llu %llu\n", out[RE_UDP_COOKIE], xasprintf(&ret, "%s %lld %llu %llu %llu %llu\n", out[RE_UDP_COOKIE],
(long long int) (poller_now - newest),
(long long int) m->conf.silent_timeout - (poller_now - newest),
pcs[0], pcs[1], pcs[2], pcs[3]); pcs[0], pcs[1], pcs[2], pcs[3]);
goto out; goto out;


Loading…
Cancel
Save