Home
last modified time | relevance | path

Searched refs:lastDataSent (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/
DInternalChannelz.java741 public final int lastDataSent; field in InternalChannelz.TcpInfo
756 int sacked, int lost, int retrans, int fackets, int lastDataSent, int lastAckSent, in TcpInfo() argument
776 this.lastDataSent = lastDataSent; in TcpInfo()
808 private int lastDataSent; field in InternalChannelz.TcpInfo.Builder
906 public Builder setLastDataSent(int lastDataSent) { in setLastDataSent() argument
907 this.lastDataSent = lastDataSent; in setLastDataSent()
970 rto, ato, sndMss, rcvMss, unacked, sacked, lost, retrans, fackets, lastDataSent, in build()
/external/grpc-grpc-java/services/src/main/java/io/grpc/services/
DChannelzProtoUtil.java298 .setTcpiLastDataSent(i.lastDataSent) in toSocketOptionTcpInfo()