Home
last modified time | relevance | path

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

/external/grpc-grpc-java/core/src/main/java/io/grpc/
DInternalChannelz.java750 public final int sndCwnd; field in InternalChannelz.TcpInfo
758 int sndSsthresh, int sndCwnd, int advmss, int reordering) { in TcpInfo() argument
785 this.sndCwnd = sndCwnd; in TcpInfo()
817 private int sndCwnd; field in InternalChannelz.TcpInfo.Builder
951 public Builder setSndCwnd(int sndCwnd) { in setSndCwnd() argument
952 this.sndCwnd = sndCwnd; in setSndCwnd()
972 sndCwnd, advmss, reordering); in build()
/external/grpc-grpc-java/services/src/main/java/io/grpc/services/
DChannelzProtoUtil.java307 .setTcpiSndCwnd(i.sndCwnd) in toSocketOptionTcpInfo()