sctp: implement prsctp PRIO policy
[deliverable/linux.git] / net / sctp / chunk.c
index b3692b55a8d2ca49cee3bedc4041d302d5a7ca8f..a55e54738b81ff8cf9cd711cf5fc466ac71374c0 100644 (file)
@@ -360,6 +360,7 @@ int sctp_chunk_abandoned(struct sctp_chunk *chunk)
                chunk->asoc->abandoned_sent[SCTP_PR_INDEX(RTX)]++;
                return 1;
        }
+       /* PRIO policy is processed by sendmsg, not here */
 
        return 0;
 }
This page took 0.025073 seconds and 5 git commands to generate.