]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
sctp: add get and set sockopt for reconf_enable
authorXin Long <lucien.xin@gmail.com>
Fri, 10 Mar 2017 04:11:12 +0000 (12:11 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Mar 2017 06:22:24 +0000 (23:22 -0700)
commitc0d8bab6ae518cedfb5246e99ece43fe51d79b56
treef3b517d0315fe631e83a1734f647ab77c3283a3a
parent11ae76e67a179f25ae8f772d62a7ddf717b1cdf3
sctp: add get and set sockopt for reconf_enable

This patchset is to add SCTP_RECONFIG_SUPPORTED sockopt, it would
set and get asoc reconf_enable value when asoc_id is set, or it
would set and get ep reconf_enalbe value if asoc_id is 0.

It is also to add sysctl interface for users to set the default
value for reconf_enable.

After this patch, stream reconf will work.

Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/sctp.h
net/sctp/socket.c
net/sctp/sysctl.c