Re: [PATCH 4/4] [SCTP]: Do not timestamp every SCTP packet.
From: David Miller <davem@davemloft.net>
Date: 2006-09-30 00:10:09
From: David Miller <davem@davemloft.net>
Date: 2006-09-30 00:10:09
From: Sridhar Samudrala <redacted> Date: Fri, 29 Sep 2006 13:00:37 -0700
[SCTP]: Do not timestamp every SCTP packet. We only need the timestamp on COOKIE-ECHO chunks, so instead of always timestamping every SCTP packet, let common code timestamp if the socket option is set. For COOKIE-ECHO, simply get the time of day if we don't have a timestamp. This introduces a small possibility that the cookie may be considered expired, but it will be renegotiated. Signed-off-by: Vlad Yasevich <redacted> Signed-off-by: Sridhar Samudrala <redacted>
Also applied, thanks a lot.