Changeset: fd13f95594eb Author: gle...@misty.eyesbeyond.com Date: 2009-05-30 22:50 -0700 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/fd13f95594eb
. Add SCTP support for FreeBSD 7.x and higher. FreeBSD doesn't need the dynamic lookup of SCTP symbols in libsctp since it's SCTP functionality is in libc. This is not yet connected to the build by default since there isn't support for other BSD platforms yet. ! src/solaris/native/sun/nio/ch/Sctp.h ! src/solaris/native/sun/nio/ch/SctpChannelImpl.c ! src/solaris/native/sun/nio/ch/SctpNet.c