Remove reference to Alpha architecture.

This commit is contained in:
Wilko Bulte 2006-05-15 20:58:05 +00:00
parent 5471115159
commit 7a0761c19c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158625

View File

@ -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