On Fri, Jan 28, 2022 at 01:13:32PM +0100, Florian Westphal wrote: > Vivek Thrivikraman reported: > An SCTP server application which is accessed continuously by client > application. > When the session disconnects the client retries to establish a connection. > After restart of SCTP server application the session is not established > because of stale conntrack entry with connection state CLOSED as below. > > (removing this entry manually established new connection): > > sctp 9 CLOSED src=10.141.189.233 [..] [ASSURED] > > Just skip timeout update of closed entries, we don't want them to > stay around forever. Applied