sctp: implement prsctp TTL policy
[deliverable/linux.git] / net / sctp / output.c
index 2e9223bb1b3a47386e8164a5a63400899fbf301f..7425f6c238889d8eb33edfb3f2e2eb7af39847e8 100644 (file)
@@ -316,6 +316,8 @@ static sctp_xmit_t __sctp_packet_append_chunk(struct sctp_packet *packet,
                packet->has_data = 1;
                /* timestamp the chunk for rtx purposes */
                chunk->sent_at = jiffies;
+               /* Mainly used for prsctp RTX policy */
+               chunk->sent_count++;
                break;
        case SCTP_CID_COOKIE_ECHO:
                packet->has_cookie_echo = 1;
This page took 0.025196 seconds and 5 git commands to generate.