Replace TcpSocketInfo with similar structure

Replace TcpSocketInfo with TcpKeepalivePacketDataParcelable
because their structures are very similar.

bug: 128882321
Test: -build, flash, boot
      -FrameworksNetTests

Change-Id: Iafb4031a64ba4775a495c156e2c997d890c6b261
This commit is contained in:
markchien
2019-03-19 21:25:33 +08:00
parent 656fbe9225
commit d42fca678e
4 changed files with 72 additions and 81 deletions

View File

@@ -23,4 +23,6 @@ parcelable TcpKeepalivePacketDataParcelable {
int dstPort;
int seq;
int ack;
int rcvWnd;
int rcvWndScale;
}