1 // Generated by the protocol buffer compiler. DO NOT EDIT! 2 // source: grpc/channelz/v1/channelz.proto 3 4 package io.grpc.channelz.v1; 5 6 public interface SocketOptionTcpInfoOrBuilder extends 7 // @@protoc_insertion_point(interface_extends:grpc.channelz.v1.SocketOptionTcpInfo) 8 com.google.protobuf.MessageOrBuilder { 9 10 /** 11 * <code>uint32 tcpi_state = 1;</code> 12 */ getTcpiState()13 int getTcpiState(); 14 15 /** 16 * <code>uint32 tcpi_ca_state = 2;</code> 17 */ getTcpiCaState()18 int getTcpiCaState(); 19 20 /** 21 * <code>uint32 tcpi_retransmits = 3;</code> 22 */ getTcpiRetransmits()23 int getTcpiRetransmits(); 24 25 /** 26 * <code>uint32 tcpi_probes = 4;</code> 27 */ getTcpiProbes()28 int getTcpiProbes(); 29 30 /** 31 * <code>uint32 tcpi_backoff = 5;</code> 32 */ getTcpiBackoff()33 int getTcpiBackoff(); 34 35 /** 36 * <code>uint32 tcpi_options = 6;</code> 37 */ getTcpiOptions()38 int getTcpiOptions(); 39 40 /** 41 * <code>uint32 tcpi_snd_wscale = 7;</code> 42 */ getTcpiSndWscale()43 int getTcpiSndWscale(); 44 45 /** 46 * <code>uint32 tcpi_rcv_wscale = 8;</code> 47 */ getTcpiRcvWscale()48 int getTcpiRcvWscale(); 49 50 /** 51 * <code>uint32 tcpi_rto = 9;</code> 52 */ getTcpiRto()53 int getTcpiRto(); 54 55 /** 56 * <code>uint32 tcpi_ato = 10;</code> 57 */ getTcpiAto()58 int getTcpiAto(); 59 60 /** 61 * <code>uint32 tcpi_snd_mss = 11;</code> 62 */ getTcpiSndMss()63 int getTcpiSndMss(); 64 65 /** 66 * <code>uint32 tcpi_rcv_mss = 12;</code> 67 */ getTcpiRcvMss()68 int getTcpiRcvMss(); 69 70 /** 71 * <code>uint32 tcpi_unacked = 13;</code> 72 */ getTcpiUnacked()73 int getTcpiUnacked(); 74 75 /** 76 * <code>uint32 tcpi_sacked = 14;</code> 77 */ getTcpiSacked()78 int getTcpiSacked(); 79 80 /** 81 * <code>uint32 tcpi_lost = 15;</code> 82 */ getTcpiLost()83 int getTcpiLost(); 84 85 /** 86 * <code>uint32 tcpi_retrans = 16;</code> 87 */ getTcpiRetrans()88 int getTcpiRetrans(); 89 90 /** 91 * <code>uint32 tcpi_fackets = 17;</code> 92 */ getTcpiFackets()93 int getTcpiFackets(); 94 95 /** 96 * <code>uint32 tcpi_last_data_sent = 18;</code> 97 */ getTcpiLastDataSent()98 int getTcpiLastDataSent(); 99 100 /** 101 * <code>uint32 tcpi_last_ack_sent = 19;</code> 102 */ getTcpiLastAckSent()103 int getTcpiLastAckSent(); 104 105 /** 106 * <code>uint32 tcpi_last_data_recv = 20;</code> 107 */ getTcpiLastDataRecv()108 int getTcpiLastDataRecv(); 109 110 /** 111 * <code>uint32 tcpi_last_ack_recv = 21;</code> 112 */ getTcpiLastAckRecv()113 int getTcpiLastAckRecv(); 114 115 /** 116 * <code>uint32 tcpi_pmtu = 22;</code> 117 */ getTcpiPmtu()118 int getTcpiPmtu(); 119 120 /** 121 * <code>uint32 tcpi_rcv_ssthresh = 23;</code> 122 */ getTcpiRcvSsthresh()123 int getTcpiRcvSsthresh(); 124 125 /** 126 * <code>uint32 tcpi_rtt = 24;</code> 127 */ getTcpiRtt()128 int getTcpiRtt(); 129 130 /** 131 * <code>uint32 tcpi_rttvar = 25;</code> 132 */ getTcpiRttvar()133 int getTcpiRttvar(); 134 135 /** 136 * <code>uint32 tcpi_snd_ssthresh = 26;</code> 137 */ getTcpiSndSsthresh()138 int getTcpiSndSsthresh(); 139 140 /** 141 * <code>uint32 tcpi_snd_cwnd = 27;</code> 142 */ getTcpiSndCwnd()143 int getTcpiSndCwnd(); 144 145 /** 146 * <code>uint32 tcpi_advmss = 28;</code> 147 */ getTcpiAdvmss()148 int getTcpiAdvmss(); 149 150 /** 151 * <code>uint32 tcpi_reordering = 29;</code> 152 */ getTcpiReordering()153 int getTcpiReordering(); 154 } 155