On Fri, 16 Sep 2011 17:17:47 -0400 (EDT), David Miller wrote: davem> From: Max Matveev <makc@xxxxxxxxxx> davem> Date: Tue, 30 Aug 2011 17:02:24 +1000 >> Attempt to reduce the number of IP packets emitted in response to single >> SCTP packet (2e3216cd) introduced a complication - if a packet contains >> two COOKIE_ECHO chunks and nothing else then SCTP state machine corks the >> socket while processing first COOKIE_ECHO and then loses the association >> and forgets to uncork the socket. To deal with the issue add new SCTP >> command which can be used to set association explictly. Use this new >> command when processing second COOKIE_ECHO chunk to restore the context >> for SCTP state machine. >> >> Signed-off-by: Max Matveev <makc@xxxxxxxxxx> davem> Applied, but there were a ton of whitespace errors that GIT complained davem> about and I had to fix up. Sorry about it - I did check it with checkpatch.pl and it was happy: must've been the mailer. max -- To unsubscribe from this list: send the line "unsubscribe linux-sctp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html