[DCCP]: Send SYNCACK packets in response to SYNC packets
Also fix step 6 when receiving SYNC or SYNCACK packets, i.e. we were not using the updated swl. Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
ba602a8161
commit
e92ae93a8a
@@ -122,7 +122,8 @@ extern int dccp_retransmit_skb(struct sock *sk, struct sk_buff *skb);
|
||||
extern int dccp_send_response(struct sock *sk);
|
||||
extern void dccp_send_ack(struct sock *sk);
|
||||
extern void dccp_send_delayed_ack(struct sock *sk);
|
||||
extern void dccp_send_sync(struct sock *sk, u64 seq);
|
||||
extern void dccp_send_sync(struct sock *sk, const u64 seq,
|
||||
const enum dccp_pkt_type pkt_type);
|
||||
|
||||
extern int dccp_write_xmit(struct sock *sk, struct sk_buff *skb,
|
||||
const int len);
|
||||
|
Reference in New Issue
Block a user