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:
@@ -23,4 +23,6 @@ parcelable TcpKeepalivePacketDataParcelable {
|
||||
int dstPort;
|
||||
int seq;
|
||||
int ack;
|
||||
int rcvWnd;
|
||||
int rcvWndScale;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user