Hi there,

Is there a PV that exposes the outgoing TCP connection ID? $conid seems to be for received only.

$conid - The TCP connection ID of the connection the current message arrived on for TCP, TLS, WS, and WSS. Set to $null for SCTP and UDP.

The objective is to check the status of the egress TCP connection like for e.g.:
if(!tcp_conid_state(conid)) {

Thanks.
--Sergiu