io.grpc.channelz.v1.SocketOptionTcpInfoOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/channelz/v1/channelz.proto
// Protobuf Java Version: 3.25.5
package io.grpc.channelz.v1;
public interface SocketOptionTcpInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.channelz.v1.SocketOptionTcpInfo)
com.google.protobuf.MessageOrBuilder {
/**
* uint32 tcpi_state = 1;
* @return The tcpiState.
*/
int getTcpiState();
/**
* uint32 tcpi_ca_state = 2;
* @return The tcpiCaState.
*/
int getTcpiCaState();
/**
* uint32 tcpi_retransmits = 3;
* @return The tcpiRetransmits.
*/
int getTcpiRetransmits();
/**
* uint32 tcpi_probes = 4;
* @return The tcpiProbes.
*/
int getTcpiProbes();
/**
* uint32 tcpi_backoff = 5;
* @return The tcpiBackoff.
*/
int getTcpiBackoff();
/**
* uint32 tcpi_options = 6;
* @return The tcpiOptions.
*/
int getTcpiOptions();
/**
* uint32 tcpi_snd_wscale = 7;
* @return The tcpiSndWscale.
*/
int getTcpiSndWscale();
/**
* uint32 tcpi_rcv_wscale = 8;
* @return The tcpiRcvWscale.
*/
int getTcpiRcvWscale();
/**
* uint32 tcpi_rto = 9;
* @return The tcpiRto.
*/
int getTcpiRto();
/**
* uint32 tcpi_ato = 10;
* @return The tcpiAto.
*/
int getTcpiAto();
/**
* uint32 tcpi_snd_mss = 11;
* @return The tcpiSndMss.
*/
int getTcpiSndMss();
/**
* uint32 tcpi_rcv_mss = 12;
* @return The tcpiRcvMss.
*/
int getTcpiRcvMss();
/**
* uint32 tcpi_unacked = 13;
* @return The tcpiUnacked.
*/
int getTcpiUnacked();
/**
* uint32 tcpi_sacked = 14;
* @return The tcpiSacked.
*/
int getTcpiSacked();
/**
* uint32 tcpi_lost = 15;
* @return The tcpiLost.
*/
int getTcpiLost();
/**
* uint32 tcpi_retrans = 16;
* @return The tcpiRetrans.
*/
int getTcpiRetrans();
/**
* uint32 tcpi_fackets = 17;
* @return The tcpiFackets.
*/
int getTcpiFackets();
/**
* uint32 tcpi_last_data_sent = 18;
* @return The tcpiLastDataSent.
*/
int getTcpiLastDataSent();
/**
* uint32 tcpi_last_ack_sent = 19;
* @return The tcpiLastAckSent.
*/
int getTcpiLastAckSent();
/**
* uint32 tcpi_last_data_recv = 20;
* @return The tcpiLastDataRecv.
*/
int getTcpiLastDataRecv();
/**
* uint32 tcpi_last_ack_recv = 21;
* @return The tcpiLastAckRecv.
*/
int getTcpiLastAckRecv();
/**
* uint32 tcpi_pmtu = 22;
* @return The tcpiPmtu.
*/
int getTcpiPmtu();
/**
* uint32 tcpi_rcv_ssthresh = 23;
* @return The tcpiRcvSsthresh.
*/
int getTcpiRcvSsthresh();
/**
* uint32 tcpi_rtt = 24;
* @return The tcpiRtt.
*/
int getTcpiRtt();
/**
* uint32 tcpi_rttvar = 25;
* @return The tcpiRttvar.
*/
int getTcpiRttvar();
/**
* uint32 tcpi_snd_ssthresh = 26;
* @return The tcpiSndSsthresh.
*/
int getTcpiSndSsthresh();
/**
* uint32 tcpi_snd_cwnd = 27;
* @return The tcpiSndCwnd.
*/
int getTcpiSndCwnd();
/**
* uint32 tcpi_advmss = 28;
* @return The tcpiAdvmss.
*/
int getTcpiAdvmss();
/**
* uint32 tcpi_reordering = 29;
* @return The tcpiReordering.
*/
int getTcpiReordering();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy