SCTP
Yann Berthier
yb at bashibuzuk.net
Sat Jul 1 18:28:10 UTC 2006
Hello,
On Fri, 30 Jun 2006, at 12:36, Randall Stewart wrote:
> Hi all:
>
> The following link:
>
> http://www.sctp.org/cvs_diff_6_30.bz2
>
> Will get you a large patch that you can apply to Current that
> will add SCTP.
Pilot error ? freshly cvsuped src, patch applied cleanly,
made sysent, and:
linking kernel.debug
uipc_syscalls.o(.text+0x47c8): In function `sctp_peeloff':
/usr/src/sys/kern/uipc_syscalls.c:2239: undefined reference to
`sctp_can_peel_off'
uipc_syscalls.o(.text+0x49c2):/usr/src/sys/kern/uipc_syscalls.c:2276:
undefined reference to `sctp_do_peeloff'
uipc_syscalls.o(.text+0x4cd7): In function `sctp_generic_sendmsg':
/usr/src/sys/kern/uipc_syscalls.c:2379: undefined reference to
`sctp_lower_sosend'
uipc_syscalls.o(.text+0x506c): In function `sctp_generic_recvmsg':
/usr/src/sys/kern/uipc_syscalls.c:2501: undefined reference to
`sctp_sorecvmsg'
rtsock.o(.text+0x1799): In function `rt_newaddrmsg':
/usr/src/sys/net/rtsock.c:879: undefined reference to `sctp_addr_change'
in_proto.o(.data+0xa8): undefined reference to `sctp_input'
in_proto.o(.data+0xb0): undefined reference to `sctp_ctlinput'
in_proto.o(.data+0xb4): undefined reference to `sctp_ctloutput'
in_proto.o(.data+0xbc): undefined reference to `sctp_init'
in_proto.o(.data+0xc8): undefined reference to `sctp_drain'
[...]
bummer that, testing sctp seemed like an interesting thing for a
sunny saturday evening :)
many thanks for your work,
- yan
More information about the freebsd-net
mailing list