class Info
Defined at line 121 of file fidling/gen/sdk/fidl/fuchsia.net.tcp/fuchsia.net.tcp/cpp/fidl/fuchsia.net.tcp/cpp/wire_types.h
TCP protocol state.
Public Methods
void Info ()
Defined at line 123 of file fidling/gen/sdk/fidl/fuchsia.net.tcp/fuchsia.net.tcp/cpp/fidl/fuchsia.net.tcp/cpp/wire_types.h
void Info (const Info & other)
Defined at line 124 of file fidling/gen/sdk/fidl/fuchsia.net.tcp/fuchsia.net.tcp/cpp/fidl/fuchsia.net.tcp/cpp/wire_types.h
bool has_tcpi_last_data_sent_msec ()
Info & operator= (const Info & other)
Defined at line 125 of file fidling/gen/sdk/fidl/fuchsia.net.tcp/fuchsia.net.tcp/cpp/fidl/fuchsia.net.tcp/cpp/wire_types.h
void Info (Info && other)
Defined at line 126 of file fidling/gen/sdk/fidl/fuchsia.net.tcp/fuchsia.net.tcp/cpp/fidl/fuchsia.net.tcp/cpp/wire_types.h
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_net_tcp::wire::Info> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_net_tcp::wire::Info> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_net_tcp::wire::Info>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
Info & operator= (Info && other)
Defined at line 127 of file fidling/gen/sdk/fidl/fuchsia.net.tcp/fuchsia.net.tcp/cpp/fidl/fuchsia.net.tcp/cpp/wire_types.h
::fuchsia_net_tcp::wire::State & state ()
The current state of the TCP state machine.
bool has_state ()
::fuchsia_net_tcp::wire::CongestionControlState & ca_state ()
The current state of the TCP congention avoidance state machine.
bool has_ca_state ()
uint32_t & rto_usec ()
The current RTO value in microseconds.
bool has_rto_usec ()
uint32_t & tcpi_last_data_sent_msec ()
Time since data was last sent on the connection in milliseconds.
uint32_t & tcpi_last_ack_recv_msec ()
Time since the most recent ACK was received in milliseconds.
bool has_tcpi_last_ack_recv_msec ()
uint32_t & rtt_usec ()
The estimated smoothed roundtrip time in microseconds.
bool has_rtt_usec ()
uint32_t & rtt_var_usec ()
The smoothed mean deviation of the roundtrip time in microseconds.
bool has_rtt_var_usec ()
uint32_t & snd_ssthresh ()
The sending slow start threshold in segments.
bool has_snd_ssthresh ()
uint32_t & snd_cwnd ()
The current sending congestion window in segments.
bool has_snd_cwnd ()
uint32_t & tcpi_total_retrans ()
The total number of retransmission events.
bool has_tcpi_total_retrans ()
uint64_t & tcpi_segs_out ()
The total number of segments transmitted.
bool has_tcpi_segs_out ()
uint64_t & tcpi_segs_in ()
The total number of segments received.
bool has_tcpi_segs_in ()
bool & reorder_seen ()
Whether the connection thinks it has ever seen reordering.
bool has_reorder_seen ()
void ~Info ()
Defined at line 129 of file fidling/gen/sdk/fidl/fuchsia.net.tcp/fuchsia.net.tcp/cpp/fidl/fuchsia.net.tcp/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder