Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8916
b: refs/heads/master
c: 2b80230
h: refs/heads/master
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Sep 13, 2005
1 parent 6457f67 commit c41c76b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 811265b8e8bf84e3b91507bf6a3a8eea20e7a4b7
refs/heads/master: 2b80230a7f8cd346c1e2ebafdd02be432bf10459
6 changes: 6 additions & 0 deletions trunk/net/dccp/input.c
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,12 @@ int dccp_rcv_state_process(struct sock *sk, struct sk_buff *skb,
return 0;
}

if (unlikely(dh->dccph_type == DCCP_PKT_SYNC)) {
dccp_send_sync(sk, DCCP_SKB_CB(skb)->dccpd_seq,
DCCP_PKT_SYNCACK);
goto discard;
}

switch (sk->sk_state) {
case DCCP_CLOSED:
return 1;
Expand Down

0 comments on commit c41c76b

Please sign in to comment.