Re: [PATCH 2.6.25 6/9] SCTP: Update ASCONF processing to conform to spec.

2007-12-20 Thread David Miller
From: Vlad Yasevich <[EMAIL PROTECTED]> Date: Mon, 17 Dec 2007 16:32:46 -0500 > The processing of the ASCONF chunks has changed a lot in the > spec. New items are: > 1. A list of ASCONF-ACK chunks is now cached > 2. The source of the packet is used in response. > 3. New handling for u

[PATCH 2.6.25 6/9] SCTP: Update ASCONF processing to conform to spec.

2007-12-17 Thread Vlad Yasevich
The processing of the ASCONF chunks has changed a lot in the spec. New items are: 1. A list of ASCONF-ACK chunks is now cached 2. The source of the packet is used in response. 3. New handling for unexpect ASCONF chunks. Signed-off-by: Vlad Yasevich <[EMAIL PROTECTED]> --- include/net