Set interface MTU to 1200.

1188 is the uncompressed DNS reply payload size that gets through
unfragmented on Ethernet.
This commit is contained in:
Erik Ekman
2009-03-07 00:32:14 +00:00
committed by Erik Ekman
parent 3db5cd24b7
commit addd798712
2 changed files with 4 additions and 2 deletions

View File

@@ -969,7 +969,7 @@ main(int argc, char **argv)
foreground = 0;
bind_enable = 0;
bind_fd = 0;
mtu = 1500;
mtu = 1200;
listen_ip = INADDR_ANY;
port = 53;
ns_ip = INADDR_ANY;