[SCTP]: Add support for SCTP_CONTEXT socket option.
Signed-off-by: Ivan Skytte Jorgensen <isj-sctp@i1.dk> 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
882a382c3e
commit
6ab792f577
@@ -298,6 +298,7 @@ static struct sctp_association *sctp_association_init(struct sctp_association *a
|
||||
asoc->default_flags = sp->default_flags;
|
||||
asoc->default_context = sp->default_context;
|
||||
asoc->default_timetolive = sp->default_timetolive;
|
||||
asoc->default_rcv_context = sp->default_rcv_context;
|
||||
|
||||
return asoc;
|
||||
|
||||
|
Reference in New Issue
Block a user