LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Kernel (https://www.linuxquestions.org/questions/linux-kernel-70/)
-   -   Can kernel SCTP co-exist with different SCTP in user space? (https://www.linuxquestions.org/questions/linux-kernel-70/can-kernel-sctp-co-exist-with-different-sctp-in-user-space-820759/)

JohnJLewis 07-19-2010 01:29 PM

Can kernel SCTP co-exist with different SCTP in user space?
 
Can the Linux kernel SCTP (KSCTP) co-exist with an SCTP implementation in user space (USCTP)? Can KSCTP filter packets so that it doesn't respond to those intended for USCTP.

I don't want KSCTP responding to an INIT request (with an ABORT chunk) that's intended for USCTP. Is this filtering in KSCTP possible? Or, will all things SCTP get forwarded to KSCTP, no matter how I implement the socket for USCTP?


All times are GMT -5. The time now is 08:22 AM.