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
Can be merged.
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/95#issuecomment-75132915
Merged #95.
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/95#event-238988861