[SCTP]: Remove timeouts[] array from sctp_endpoint.
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>
This commit is contained in:
committed by
David S. Miller
parent
23ec47a088
commit
1e7d3d90c9
@ -1222,9 +1222,6 @@ struct sctp_endpoint {
|
||||
int last_key;
|
||||
int key_changed_at;
|
||||
|
||||
/* Default timeouts. */
|
||||
int timeouts[SCTP_NUM_TIMEOUT_TYPES];
|
||||
|
||||
/* sendbuf acct. policy. */
|
||||
__u32 sndbuf_policy;
|
||||
};
|
||||
|
Reference in New Issue
Block a user