mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
Remove reference to Alpha architecture.
This commit is contained in:
parent
5471115159
commit
7a0761c19c
1 changed files with 1 additions and 2 deletions
|
|
@ -90,8 +90,7 @@ generally directly correspond to the TCP window size.
|
|||
For receiving data, in order to take advantage of the zero copy receive
|
||||
code, the user must have a NIC that is configured for an MTU greater than
|
||||
the architecture page size.
|
||||
(E.g., for alpha this would be 8KB, for i386,
|
||||
it would be 4KB.)
|
||||
(E.g., for i386 it would be 4KB.)
|
||||
Additionally, in order for zero copy receive to work,
|
||||
packet payloads must be at least a page in size and page aligned.
|
||||
.Pp
|
||||
|
|
|
|||
Loading…
Reference in a new issue