1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-02 12:20:51 +00: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:
Randall Stewart 2018-07-24 14:55:47 +00:00
parent 2011986f09
commit 399973c33d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336672
3 changed files with 0 additions and 2380 deletions

View File

@ -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

View File

@ -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