mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
For now our LRO code (tcp_lro.c) only supports IPv4 properly thus
only enable if INET is on. Reviewed by: kmacy MFC after: 2 months
This commit is contained in:
parent
34627f9384
commit
ca6bc428e7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184715
@ -110,7 +110,10 @@ struct t3_mbuf_hdr {
|
||||
#endif
|
||||
|
||||
#if __FreeBSD_version >= 701000
|
||||
#include "opt_inet.h"
|
||||
#ifdef INET
|
||||
#define LRO_SUPPORTED
|
||||
#endif
|
||||
#define TOE_SUPPORTED
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user