Merge "Expose TcpRepairWindow as module-lib API"
This commit is contained in:
@@ -8,6 +8,20 @@ package android.app {
|
||||
|
||||
}
|
||||
|
||||
package android.net {
|
||||
|
||||
public final class TcpRepairWindow {
|
||||
ctor public TcpRepairWindow(int, int, int, int, int, int);
|
||||
field public final int maxWindow;
|
||||
field public final int rcvWnd;
|
||||
field public final int rcvWndScale;
|
||||
field public final int rcvWup;
|
||||
field public final int sndWl1;
|
||||
field public final int sndWnd;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
package android.os {
|
||||
|
||||
public class Binder implements android.os.IBinder {
|
||||
|
||||
@@ -16,12 +16,15 @@
|
||||
|
||||
package android.net;
|
||||
|
||||
import android.annotation.SystemApi;
|
||||
|
||||
/**
|
||||
* Corresponds to C's {@code struct tcp_repair_window} from
|
||||
* include/uapi/linux/tcp.h
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi(client = SystemApi.Client.MODULE_LIBRARIES)
|
||||
public final class TcpRepairWindow {
|
||||
public final int sndWl1;
|
||||
public final int sndWnd;
|
||||
|
||||
Reference in New Issue
Block a user