D | InternalChannelz.java | 733 public final int ato; field in InternalChannelz.TcpInfo 755 int sndWscale, int rcvWscale, int rto, int ato, int sndMss, int rcvMss, int unacked, in TcpInfo() argument 768 this.ato = ato; in TcpInfo() 800 private int ato; field in InternalChannelz.TcpInfo.Builder 866 public Builder setAto(int ato) { in setAto() argument 867 this.ato = ato; in setAto() 970 rto, ato, sndMss, rcvMss, unacked, sacked, lost, retrans, fackets, lastDataSent, in build()
|