diff options
author | wilko <wilko@FreeBSD.org> | 2006-05-15 20:58:05 +0000 |
---|---|---|
committer | wilko <wilko@FreeBSD.org> | 2006-05-15 20:58:05 +0000 |
commit | 815d2ff3a4c9f907125913dd04b815e9b62c96a2 (patch) | |
tree | cbdd24b6f65cc7cee6dc4750453740ed66d2b6e4 /share | |
parent | 1b065f00e800367ccd9e68233eb836f505363e7e (diff) | |
download | FreeBSD-src-815d2ff3a4c9f907125913dd04b815e9b62c96a2.zip FreeBSD-src-815d2ff3a4c9f907125913dd04b815e9b62c96a2.tar.gz |
Remove reference to Alpha architecture.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/zero_copy.9 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man9/zero_copy.9 b/share/man/man9/zero_copy.9 index 417c926..50488d3 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 |