This patch for the **tcpops** module (+ some core modifications) improves the original **tcp:closed** event route handling by triggering different event routes, depending on the reason why the connection was closed:
- **tcp:closed** for "normal" closure by the other side (FIN,ACK) - **tcp:timeout** for timeouts (unanswered keepalives) - **tcp:reset** if reset by peer (RST)
It will break the compatibility with older scripts, as some events will require new event routes to be caught.
I'll modify the documentation accordingly if/when this is accepted. You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/816
-- Commit Summary --
* core: dedicated struct for TCP closed events * tcpops: use dedicated routes for tcp close events
-- File Changes --
M modules/tcpops/tcpops.c (21) M modules/tcpops/tcpops.h (1) M modules/tcpops/tcpops_mod.c (16) M tcp_conn.h (13) M tcp_read.c (20)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/816.patch https://github.com/kamailio/kamailio/pull/816.diff
Thanks, changes are fine for me, it can be merged.
@camilleoudot pushed 1 commit.
f27d7c1 tcpops: update doc with new event routes
Merged #816.