diff options
author | Robert Mustacchi <rm@joyent.com> | 2018-03-28 23:20:07 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2018-04-02 16:52:13 +0000 |
commit | 9dc0f5536a83ce4ef09e0009beec208ac83f0a75 (patch) | |
tree | e27546e6376142b460df5081c90a7ebd09859472 /usr/src/uts/common/netinet/udp.h | |
parent | 51e13f4784dca9f0e910f3d0fb85b659ad68ceb2 (diff) | |
download | illumos-joyent-netperf.tar.gz |
OS-XXXX wip vxlan lsonetperf
Diffstat (limited to 'usr/src/uts/common/netinet/udp.h')
-rw-r--r-- | usr/src/uts/common/netinet/udp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/netinet/udp.h b/usr/src/uts/common/netinet/udp.h index a775a4fc00..a6745b9326 100644 --- a/usr/src/uts/common/netinet/udp.h +++ b/usr/src/uts/common/netinet/udp.h @@ -52,7 +52,7 @@ typedef struct udp_tunnel_opt { uint32_t uto_opts; uint32_t uto_cksum_flags; uint32_t uto_lso_flags; - uint32_t uto_lso_max; + uint32_t uto_lso_tcp_max; } udp_tunnel_opt_t; #endif /* _KERNEL */ |