diff options
author | Arnaldo Carvalho de Melo <acme@mandriva.com> | 2005-08-17 02:10:59 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2005-08-29 19:01:50 -0400 |
commit | e92ae93a8aa66aea12935420cb22d4df1c18d023 (patch) | |
tree | 61ffc292a8e437f7d44bbfe00c4e052f7488dd25 /net/dccp/dccp.h | |
parent | ba602a816132dcc66e875dddf2c62512a9f6f8cb (diff) |
[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>
Diffstat (limited to 'net/dccp/dccp.h')
-rw-r--r-- | net/dccp/dccp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dccp/dccp.h b/net/dccp/dccp.h index fff794c8dfff..4efdce47000b 100644 --- a/net/dccp/dccp.h +++ b/net/dccp/dccp.h | |||
@@ -122,7 +122,8 @@ extern int dccp_retransmit_skb(struct sock *sk, struct sk_buff *skb); | |||
122 | extern int dccp_send_response(struct sock *sk); | 122 | extern int dccp_send_response(struct sock *sk); |
123 | extern void dccp_send_ack(struct sock *sk); | 123 | extern void dccp_send_ack(struct sock *sk); |
124 | extern void dccp_send_delayed_ack(struct sock *sk); | 124 | extern void dccp_send_delayed_ack(struct sock *sk); |
125 | extern void dccp_send_sync(struct sock *sk, u64 seq); | 125 | extern void dccp_send_sync(struct sock *sk, const u64 seq, |
126 | const enum dccp_pkt_type pkt_type); | ||
126 | 127 | ||
127 | extern int dccp_write_xmit(struct sock *sk, struct sk_buff *skb, | 128 | extern int dccp_write_xmit(struct sock *sk, struct sk_buff *skb, |
128 | const int len); | 129 | const int len); |