mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Delete the example tcp stack "fastpath" which
was only put in has an example. Sponsored by: Netflix inc. Differential Revision: https://reviews.freebsd.org/D16420
This commit is contained in:
parent
2011986f09
commit
399973c33d
3 changed files with 0 additions and 2380 deletions
|
|
@ -6,12 +6,10 @@ SYSDIR?=${SRCTOP}/sys
|
|||
.include "${SYSDIR}/conf/kern.opts.mk"
|
||||
|
||||
SUBDIR= \
|
||||
${_tcp_fastpath} \
|
||||
${_tcp_rack} \
|
||||
${_tcpmd5} \
|
||||
|
||||
.if ${MK_EXTRA_TCP_STACKS} != "no" || defined(ALL_MODULES)
|
||||
_tcp_fastpath= fastpath
|
||||
_tcp_rack= rack
|
||||
.endif
|
||||
|
||||
|
|
|
|||
|
|
@ -1,18 +0,0 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
.PATH: ${SRCTOP}/sys/netinet/tcp_stacks
|
||||
|
||||
KMOD= fastpath
|
||||
SRCS= fastpath.c
|
||||
|
||||
SRCS+= opt_inet.h opt_inet6.h opt_ipsec.h
|
||||
SRCS+= opt_tcpdebug.h
|
||||
|
||||
#
|
||||
# Enable full debugging
|
||||
#
|
||||
#CFLAGS += -g
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue