C SCTP not available in GENERIC?

socket(PF_INET, SOCK_SEQPACKET, IPPROTO_SCTP) fails with "protocol not available".

The above is from memory, but shouldn't be far off. I'm on the road, so don't have precise details.

I'm running FreeBSD 14.0 with patches last applied early July.

Do I need to load a driver to get sctp now?
 
option. SCTP_SUPPORT # Allow kldload of SCTP

Many thanks for the link. I'm getting rusty :)

It used to be built into GENERIC.
 
Back
Top