[#Transport-Info] = xref:Transport.adoc[Transport]::Info :relfileprefix: ../ :mrdocs: Summary information about a transport, exposed for stats. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct Info; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:Transport/Info/session_id.adoc[`session_id`] | BIP324 session id, if the connection uses v2 transport. | xref:Transport/Info/transport_type.adoc[`transport_type`] | Transport protocol in use (v1 or v2). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#