Searched refs:sndCwnd (Results 1 – 2 of 2) sorted by relevance
750 public final int sndCwnd; field in InternalChannelz.TcpInfo758 int sndSsthresh, int sndCwnd, int advmss, int reordering) { in TcpInfo() argument785 this.sndCwnd = sndCwnd; in TcpInfo()817 private int sndCwnd; field in InternalChannelz.TcpInfo.Builder951 public Builder setSndCwnd(int sndCwnd) { in setSndCwnd() argument952 this.sndCwnd = sndCwnd; in setSndCwnd()972 sndCwnd, advmss, reordering); in build()
307 .setTcpiSndCwnd(i.sndCwnd) in toSocketOptionTcpInfo()