Remove TcpRepairWindow from module-lib API

Both TcpRepairWindow and TcpKeepaliveController(user) are in the
connectivity module, so TcpRepairWindow doesn't need to be
the module-lib API. Thus, remove TcpRepairWindow from
module-lib API.

Bug: 172183305
Test: m update-api
Change-Id: I8fde726f8ad73637e6deab69ea83b3699bb2cf45
This commit is contained in:
paulhu
2021-04-12 10:25:55 +08:00
parent 3b4f0832bd
commit c3663377e7
2 changed files with 0 additions and 13 deletions

View File

@@ -16,15 +16,12 @@
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;