freebsd-dev/sys/netinet/libalias
Randall Stewart eef9e53e55 This commit fixes the issue with alias_sctp.c. No
longer do we require SCTP to be in the kernel for the
lib to be able to handle SCTP. We do this by moving
the CRC32c checksum into libkern/crc32.c and then adjusting
all routines to use the common methods. Note that this
will improve the performance of iSCSI since they were
using the old single 256 bit table lookup versus the
slicing 8 algorithm (which gives a 4x speed up in
CRC32c calculation :-D)

Reviewed by:rwatson, gnn, scottl, paolo
MFC after:	4 week? (assuming we MFC the alias_sctp changes)
2009-02-14 11:34:57 +00:00
..
alias_cuseeme.c
alias_db.c Add SCTP NAT support. 2009-02-07 18:49:42 +00:00
alias_dummy.c
alias_ftp.c Silent userland warnings about missing prototypes. 2009-01-15 19:35:23 +00:00
alias_irc.c Silent userland warnings about missing prototypes. 2009-01-15 19:35:23 +00:00
alias_local.h Add SCTP NAT support. 2009-02-07 18:49:42 +00:00
alias_mod.c
alias_mod.h
alias_nbt.c Silent userland warnings about missing prototypes. 2009-01-15 19:35:23 +00:00
alias_pptp.c
alias_proxy.c
alias_sctp.c This commit fixes the issue with alias_sctp.c. No 2009-02-14 11:34:57 +00:00
alias_sctp.h Add SCTP NAT support. 2009-02-07 18:49:42 +00:00
alias_skinny.c
alias_smedia.c
alias_util.c
alias.c Add SCTP NAT support. 2009-02-07 18:49:42 +00:00
alias.h
HISTORY
libalias.3