i using linux sctp stack. on same linux machine need deploy process uses non os sctp stack. (i.e. opens raw socket , handles transport level message on own). when sctp init comes linux gives packet both processes. can avoided? don't want linux sctp handle message not used it. (used other non os sctp stack) possible?
more when faced kind of issue there 3 options:
1) stop linux sctp module being loaded @ boot time (note: cant unloaded @ run time) , use non-os implementation. 2) how preconfigure each sctp implementation know associations owns , ignore messages others. 3) port non-os system use linux implementation.
any actively supported linux system using sctp going have issues if not offer third option.
note: if using dialogic non-os sctp implementation on linux can switch using os wrapped version 'sctpn'.
regards
Comments
Post a Comment