ANDROID: GKI: Add hooks for TCP parameter management.
These hooks allow vendor modules to perform more operations
on tcp sockets, thereby ensure efficient transmission of application
data.
'trace_android_vh_tcp_fastsyn', 'trace_android_vh_tcp_state_change',
'trace_android_vh_tcp_select_window', 'trace_android_vh_tcp_update_rtt'
and 'trace_android_vh_tcp_sock_error' are invoked during different
state transitions of a TCP connection. The vendor module will record
certain parameter information and adopt different strategies based
on the TCP state to ensure the smooth transmission of
application data packets.
Bug: 354619847
Change-Id: Ia900227adb89592eb81b575f8fcd8f356cd00f7b
Signed-off-by:
Dezhi Huang <huangdezhi@hihonor.com>
Loading
Please sign in to comment