%docentities; ]>
Event routes
<function moreinfo="none">tcp:closed</function> This route is called when a socket is closed by the remote party, or reset, or timeout. The corresponding $conid variable will be available in the event route. Whether this route is always called, never, or on a per socket basis is controlled by the closed_event parameter. ... event_route[tcp:closed] { xlog("L_INFO", "TCP connection closed ($conid)\n"); } ...