Merge "Expose TcpRepairWindow as module-lib API" am: ec942a8e70 am: 3988f15290
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1519961 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I7a125dfa9b4bccc9e8943c4b972ff8cb25d4ccaf
This commit is contained in:
@@ -16,12 +16,15 @@
|
|||||||
|
|
||||||
package android.net;
|
package android.net;
|
||||||
|
|
||||||
|
import android.annotation.SystemApi;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Corresponds to C's {@code struct tcp_repair_window} from
|
* Corresponds to C's {@code struct tcp_repair_window} from
|
||||||
* include/uapi/linux/tcp.h
|
* include/uapi/linux/tcp.h
|
||||||
*
|
*
|
||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
|
@SystemApi(client = SystemApi.Client.MODULE_LIBRARIES)
|
||||||
public final class TcpRepairWindow {
|
public final class TcpRepairWindow {
|
||||||
public final int sndWl1;
|
public final int sndWl1;
|
||||||
public final int sndWnd;
|
public final int sndWnd;
|
||||||
|
|||||||
Reference in New Issue
Block a user