Re: [PATCH 1/2] [SCTP]: Correctly set IP id for SCTP traffic

2006-10-30 Thread David Miller
From: Sridhar Samudrala <[EMAIL PROTECTED]> Date: Mon, 30 Oct 2006 17:38:37 -0800 > [SCTP]: Correctly set IP id for SCTP traffic > > Make SCTP 1-1 style and peeled-off associations behave like TCP when > setting IP id. In both cases, we set the inet_sk(sk)->daddr and initialize > inet_sk(sk)->id

[PATCH 1/2] [SCTP]: Correctly set IP id for SCTP traffic

2006-10-30 Thread Sridhar Samudrala
[SCTP]: Correctly set IP id for SCTP traffic Make SCTP 1-1 style and peeled-off associations behave like TCP when setting IP id. In both cases, we set the inet_sk(sk)->daddr and initialize inet_sk(sk)->id to a random value. Signed-off-by: Vlad Yasevich <[EMAIL PROTECTED]> Signed-off-by: Sridhar S