Update of /cvsroot/dhcp-agent/dhcp-agent/conf/dhcp-server
In directory sc8-pr-cvs1:/tmp/cvs-serv5034/conf/dhcp-server
Modified Files:
lease.conf.example
Log Message:
added max-message-size variable
Index: lease.conf.example
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/conf/dhcp-server/lease.conf.example,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** lease.conf.example 28 Jul 2003 00:32:30 -0000 1.7
--- lease.conf.example 6 Aug 2003 04:30:16 -0000 1.8
***************
*** 13,16 ****
--- 13,24 ----
set default-rebind-percent = 90;
+ # Max message size settings.
+ #
+ # Recommended size in RFC791 (572 - ip header length - udp header length)
+ # This is only used if the client does not explicitly provide
+ # one, and this size is smaller than the interface mtu.
+
+ set max-message-size = 544;
+
# set the signal/socket polling to 5 second intervals.
# this is reasonable for today's systems.
|