Increase default mtu to 1500

This commit is contained in:
Erik Ekman
2009-03-04 21:27:48 +00:00
committed by Erik Ekman
parent 751f672a27
commit 84f5965825
2 changed files with 3 additions and 1 deletions

View File

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