Re: [PATCH v2] sctp: Add peeloff-flags socket option

2017-06-30 Thread Marcelo Ricardo Leitner
On Fri, Jun 30, 2017 at 11:35:54AM -0400, Neil Horman wrote: > Based on a request raised on the sctp devel list, there is a need to > augment the sctp_peeloff operation while specifying the O_CLOEXEC and > O_NONBLOCK flags (simmilar to the socket syscall). Since modifying the > SCTP_SOCKOPT_PEELOF

[PATCH v2] sctp: Add peeloff-flags socket option

2017-06-30 Thread Neil Horman
Based on a request raised on the sctp devel list, there is a need to augment the sctp_peeloff operation while specifying the O_CLOEXEC and O_NONBLOCK flags (simmilar to the socket syscall). Since modifying the SCTP_SOCKOPT_PEELOFF socket option would break user space ABI for existing programs, thi