Home | History | Annotate | Download | only in net

Lines Matching refs:mtu

434          * Set the maximum transmission unit (MTU) of the VPN interface. If
440 public Builder setMtu(int mtu) {
441 if (mtu <= 0) {
442 throw new IllegalArgumentException("Bad mtu");
444 mConfig.mtu = mtu;