From: Thomas Graf <tgraf@xxxxxxxxxxxxx> Date: Fri, 8 Jul 2011 10:37:46 -0400 > Trigger user ABORT if application closes a socket which has data > queued on the socket receive queue or chunks waiting on the > reassembly or ordering queue as this would imply data being lost > which defeats the point of a graceful shutdown. > > This behavior is already practiced in TCP. > > We do not check the input queue because that would mean to parse > all chunks on it to look for unacknowledged data which seems too > much of an effort. Control chunks or duplicated chunks may also > be in the input queue and should not be stopping a graceful > shutdown. > > Signed-off-by: Thomas Graf <tgraf@xxxxxxxxxxxxx> Vlad please ACK/NACK this updated patch. Thanks. -- 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