mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[DCCP]: Sample RTT from SYN exchange
Function:
This commit is contained in:
parent
7dfee1a9c0
commit
89560b53b9
3 changed files with 18 additions and 0 deletions
|
@ -481,10 +481,12 @@ struct dccp_ackvec;
|
|||
* @dccps_hc_rx_insert_options -
|
||||
* @dccps_hc_tx_insert_options -
|
||||
* @dccps_xmit_timer - timer for when CCID is not ready to send
|
||||
* @dccps_syn_rtt - RTT sample from Request/Response exchange (in usecs)
|
||||
*/
|
||||
struct dccp_sock {
|
||||
/* inet_connection_sock has to be the first member of dccp_sock */
|
||||
struct inet_connection_sock dccps_inet_connection;
|
||||
#define dccps_syn_rtt dccps_inet_connection.icsk_ack.lrcvtime
|
||||
__u64 dccps_swl;
|
||||
__u64 dccps_swh;
|
||||
__u64 dccps_awl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue