Re: [PATCH 1/4][SCTP]: Handle address add/delete events in a more efficient way.

2006-12-13 Thread David Miller
From: Sridhar Samudrala <[EMAIL PROTECTED]> Date: Wed, 13 Dec 2006 12:44:44 -0800 > [SCTP]: Handle address add/delete events in a more efficient way. > > Currently in SCTP, we maintain a local address list by rebuilding the whole > list from the device list whenever we get a address add/delete ev

[PATCH 1/4][SCTP]: Handle address add/delete events in a more efficient way.

2006-12-13 Thread Sridhar Samudrala
[SCTP]: Handle address add/delete events in a more efficient way. Currently in SCTP, we maintain a local address list by rebuilding the whole list from the device list whenever we get a address add/delete event. This patch fixes it by only adding/deleting the address for which we receive the even