i.chnl[#].src.tcp - Source TCP
ID | Type | Example | Description |
---|---|---|---|
i.chnl[#].src.tcp.busy |
integer | 1 |
Whether the source TCP socket is currently working, or listening. 0=no, 1=yes. |
i.chnl[#].src.tcp.complete |
integer | 0 |
Whether the source TCP is connected and has worked through the match/send strings. 0=no, 1=complete. |
i.chnl[#].src.tcp.connected |
integer | 0 |
Whether the source TCP has connected (but not necessarily worked through the match/send strings). 0=not connected, 1=connected. |
i.chnl[#].src.tcp.last.err |
integer | 0 |
The last socket error on the source TCP socket. This is an internal TCP/IP stack error number. |
i.chnl[#].src.tcp.last.text |
string | 'No error' |
The last socket error on the source TCP socket in human readable form. |
i.chnl[#].src.tcp.peer |
string | '0.0.0.0' |
The remote IP address. (ie the address of the device) |
i.chnl[#].src.tcp.sendmatch |
integer | 0 |
The match/send sequence number that has been processed. 0=none, 1=completed #1, etc. |
i.chnl[#].src.tcp.ssl |
integer | 0 |
Whether the socket is TLS/SSL. 0 = no encryption, 1 = SSL/TLS |
i.chnl[#].src.tcp.sslerr |
string | '' |
The last SSL/TLS connection error. |