From e3a5fc3e6b5d58eaca1396c671ade3911daa3092 Mon Sep 17 00:00:00 2001 From: hpa Date: Wed, 14 Nov 2001 04:35:38 +0000 Subject: [PATCH] Note about tcpwrappers and performance issues. --- tftpd/tftpd.8 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tftpd/tftpd.8 b/tftpd/tftpd.8 index 62944d7..c8317b8 100644 --- a/tftpd/tftpd.8 +++ b/tftpd/tftpd.8 @@ -226,7 +226,9 @@ employed. If appropriately compiled (see the output of .B tftpd will query the .BR hosts_access (5) -database for access control information. This may be slow. +database for access control information. This may be slow; sites +requiring maximum performance may want to compile without this option +and rely on firewalling or kernel-based packet filters instead. .PP The server should be set to have the user ID with the lowest possible privilege; please see the