[sr-dev] [kamailio] core: add support for per-TCP connection lifetime (#95)

Camille Oudot notifications at github.com
Thu Feb 19 18:54:51 CET 2015


A per-TCP connection `lifetime` parameter is needed, to add a new functionnality in the tcpops module: the ability to dynamically modify the connection lifetime on a connection (e.g. raise the lifetime of a successfully authenticated connection).

This requires modifications in the core:
  - adding a new field in the `tcp_connection` structure
  - changing the way the `timeout` value is updated, using this new `lifetime` member instead of the core conf

You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/95

-- Commit Summary --

  * core: add support for per-TCP connection lifetime

-- File Changes --

    M core_cmd.c (6)
    M tcp_conn.h (1)
    M tcp_main.c (3)

-- Patch Links --

https://github.com/kamailio/kamailio/pull/95.patch
https://github.com/kamailio/kamailio/pull/95.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/95
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-dev/attachments/20150219/cf24a576/attachment.html>


More information about the sr-dev mailing list