From 7a0761c19cd5f3bbd160814db2b2a76d2d807867 Mon Sep 17 00:00:00 2001 From: Wilko Bulte Date: Mon, 15 May 2006 20:58:05 +0000 Subject: [PATCH] Remove reference to Alpha architecture. --- share/man/man9/zero_copy.9 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/share/man/man9/zero_copy.9 b/share/man/man9/zero_copy.9 index 417c9266ae0f..50488d35ab04 100644 --- a/share/man/man9/zero_copy.9 +++ b/share/man/man9/zero_copy.9 @@ -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