[SCTP]: Remove timeouts[] array from sctp_endpoint.
authorVladislav Yasevich <vladislav.yasevich@hp.com>
Sat, 12 Nov 2005 00:06:16 +0000 (16:06 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 12 Nov 2005 00:06:16 +0000 (16:06 -0800)
The socket level timeout values are maintained in sctp_sock and
association level timeouts are in sctp_association. So there is
no need for ep->timeouts.

Signed-off-by: Vladislav Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found