when enable options SCTP_DEBUG in kernel configure file , where to get the message of debug?

Sergey Kandaurov pluknet at gmail.com
Fri Sep 30 10:49:57 UTC 2011


On 30 September 2011 13:48, jyl <yilinjing at gmail.com> wrote:
> My Os is FreeBSD 9.0 Beta2.
> In kernel configure file,  I enable the option of SCTP_DEBUG and rebuild the
> kernel. Then I use sctp to send or recv data from another computer ,after
> that I check the result from var/log/message or var/log/dmesg , both of the
> two files show any message about sctp debug.
>
> can anyone help me, why it does not work?
>

Hi,

you probably also need to actually enable it. Try this:
sysctl net.inet.sctp.debug = 1

-- 
wbr,
pluknet


More information about the freebsd-net mailing list