diff options
author | 2020-12-31 09:57:23 +0000 | |
---|---|---|
committer | 2020-12-31 09:57:23 +0000 | |
commit | 3a44e88910781e836bd51a8b6b068379abc67a1b (patch) | |
tree | bcd364e70a984147cee3747ff8ac039774328426 /share/man | |
parent | Rename the pony process to dispatcher and klondike to crypto. (diff) | |
download | wireguard-openbsd-3a44e88910781e836bd51a8b6b068379abc67a1b.tar.xz wireguard-openbsd-3a44e88910781e836bd51a8b6b068379abc67a1b.zip |
Enable IPv4 and TCP/UDP checksum offload on transmission.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.octeon/ogx.4 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man4/man4.octeon/ogx.4 b/share/man/man4/man4.octeon/ogx.4 index a1b0c9c1c1d..b1ce614789b 100644 --- a/share/man/man4/man4.octeon/ogx.4 +++ b/share/man/man4/man4.octeon/ogx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ogx.4,v 1.1 2019/11/05 14:27:59 visa Exp $ +.\" $OpenBSD: ogx.4,v 1.2 2020/12/31 09:57:23 visa Exp $ .\" .\" Copyright (c) 2019 Visa Hankala .\" @@ -15,7 +15,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .\" -.Dd $Mdocdate: November 5 2019 $ +.Dd $Mdocdate: December 31 2020 $ .Dt OGX 4 octeon .Os .Sh NAME @@ -27,6 +27,10 @@ The .Nm driver supports built-in Ethernet ports on the OCTEON III network processor. +.Pp +The +.Nm +driver utilizes IPv4 and TCP/UDP checksum offload on transmission. .Sh SEE ALSO .Xr arp 4 , .Xr ifmedia 4 , |