Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15583
b: refs/heads/master
c: e84a9f5
h: refs/heads/master
i:
  15581: 06b6603
  15579: 326b6cc
  15575: 995765e
  15567: 82e2a28
  15551: e7d900b
v: v3
  • Loading branch information
Andrea Bittau authored and David S. Miller committed Jan 3, 2006
1 parent 89a654b commit 3cb6798
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9e377202d2c968dde8efd6121d94c7f0a77787aa
refs/heads/master: e84a9f5e9cd2b229dda24002334bc3cd36c1109d
6 changes: 3 additions & 3 deletions trunk/net/dccp/input.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,14 +492,14 @@ int dccp_rcv_state_process(struct sock *sk, struct sk_buff *skb,
if (dcb->dccpd_ack_seq != DCCP_PKT_WITHOUT_ACK_SEQ)
dccp_event_ack_recv(sk, skb);

ccid_hc_rx_packet_recv(dp->dccps_hc_rx_ccid, sk, skb);
ccid_hc_tx_packet_recv(dp->dccps_hc_tx_ccid, sk, skb);

if (dp->dccps_options.dccpo_send_ack_vector &&
dccp_ackvec_add(dp->dccps_hc_rx_ackvec, sk,
DCCP_SKB_CB(skb)->dccpd_seq,
DCCP_ACKVEC_STATE_RECEIVED))
goto discard;

ccid_hc_rx_packet_recv(dp->dccps_hc_rx_ccid, sk, skb);
ccid_hc_tx_packet_recv(dp->dccps_hc_tx_ccid, sk, skb);
}

/*
Expand Down

0 comments on commit 3cb6798

Please sign in to comment.