[DCCP]: Initial feature negotiation implementation
[deliverable/linux.git] / net / dccp / output.c
index efd7ffb903a149a46d38d57e691b20bfba416c67..0cc2bcf56522edaf87a8dbf5eefdc709e4de19f8 100644 (file)
@@ -64,6 +64,10 @@ static int dccp_transmit_skb(struct sock *sk, struct sk_buff *skb)
                case DCCP_PKT_DATAACK:
                        break;
 
+               case DCCP_PKT_REQUEST:
+                       set_ack = 0;
+                       /* fall through */
+
                case DCCP_PKT_SYNC:
                case DCCP_PKT_SYNCACK:
                        ackno = dcb->dccpd_seq;
This page took 0.024494 seconds and 5 git commands to generate.