Re: [PATCH 1/4] [SCTP]: Enable Nagle algorithm by default.

2006-09-29 Thread David Miller
From: Sridhar Samudrala <[EMAIL PROTECTED]> Date: Fri, 29 Sep 2006 13:00:03 -0700 > [SCTP]: Enable Nagle algorithm by default. > > This allows more aggressive bundling of chunks when sending small > messages. > > Signed-off-by: Sridhar Samudrala <[EMAIL PROTECTED]> Applied, thanks. - To unsubsc

[PATCH 1/4] [SCTP]: Enable Nagle algorithm by default.

2006-09-29 Thread Sridhar Samudrala
Dave, Please consider the following 4 SCTP patches for 2.6.19. Thanks Sridhar [SCTP]: Enable Nagle algorithm by default. This allows more aggressive bundling of chunks when sending small messages. Signed-off-by: Sridhar Samudrala <[EMAIL PROTECTED]> --- net/sctp/socket.c |4 ++-- 1 files