mirror of
https://github.com/torvalds/linux.git
synced 2024-12-18 00:53:40 +00:00
[DCCP]: Send a DATAACK packet when we have a TIMESTAMP_ECHO pending
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
20472af986
commit
a4beb1b64f
@ -171,6 +171,7 @@ int dccp_write_xmit(struct sock *sk, struct sk_buff *skb, const int len)
|
||||
* dccps_ack_pending or use icsk.
|
||||
*/
|
||||
} else if (inet_csk_ack_scheduled(sk) ||
|
||||
dp->dccps_timestamp_echo != 0 ||
|
||||
(dp->dccps_options.dccpo_send_ack_vector &&
|
||||
ap->dccpap_buf_ackno != DCCP_MAX_SEQNO + 1 &&
|
||||
ap->dccpap_ack_seqno == DCCP_MAX_SEQNO + 1))
|
||||
|
Loading…
Reference in New Issue
Block a user