Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Mieze committed Jun 15, 2020
2 parents 114e62d + 6cd3271 commit e4ad49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A macOS driver for Realtek RTL8125 2.5GBit Ethernet Controllers
* Supports all versions of Realtek's RTL8125 2.5GBit Ethernet Controllers found on recent boards.</br>
* Support for multisegment packets relieving the network stack of unnecessary copy operations when assembling packets for transmission.
* No-copy receive and transmit. Only small packets are copied on reception because creating a copy is more efficient than allocating a new buffer. TCP, UDP and IPv4 checksum offload (receive and transmit).
* TCP segmentation offload over IPv4 and IPv6 (still disabled until I find time to test it).
* TCP segmentation offload over IPv4 and IPv6.
* Support for TCP/IPv4, UDP/IPv4, TCP/IPv6 and UDP/IPv6 checksum offload.
* Supports jumbo frames up to 9000 bytes (strongly recommended for 2.5GBit operation).
* Fully optimized for Catalina. Note that older versions of macOS might not support 2.5GB Ethernet.
Expand Down

0 comments on commit e4ad49c

Please sign in to comment.