mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 00:58:36 -04:00
Features: Jumbo frames (up to 9600), LRO (Large Receive Offload),
TSO (TCP segmentation offload), RTH (Receive Traffic Hash).
Submitted by: Sriram Rapuru at Exar
MFC after: 2 weeks
7 lines
190 B
C
7 lines
190 B
C
/* $FreeBSD$ */
|
|
|
|
#ifndef BUILD_VERSION_H
|
|
#define BUILD_VERSION_H
|
|
/* Do not edit! Automatically generated when released. */
|
|
#define GENERATED_BUILD_VERSION 22708
|
|
#endif /* BUILD_VERSION_H */
|