Re: [PATCH 4/4] [SCTP]: Do not timestamp every SCTP packet.

2006-09-29 Thread David Miller
From: Sridhar Samudrala <[EMAIL PROTECTED]> 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. Fo

[PATCH 4/4] [SCTP]: Do not timestamp every SCTP packet.

2006-09-29 Thread Sridhar Samudrala
[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 sm