summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>2001-03-18 07:09:50 +0000
committerNiels Provos <provos@cvs.openbsd.org>2001-03-18 07:09:50 +0000
commit9477e7db2449560906f66cb3123ef7265832f98b (patch)
treee0cf63f035724f43f1aad73ca3814b87ebf0d970
parent258083e46a812870fb6c9d983af0b4b31532ad0f (diff)
enable pmtu by default
-rw-r--r--sys/netinet/ip_input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c
index d9ab71c599c..a0cbaa0da9f 100644
--- a/sys/netinet/ip_input.c
+++ b/sys/netinet/ip_input.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_input.c,v 1.63 2001/03/03 01:09:28 itojun Exp $ */
+/* $OpenBSD: ip_input.c,v 1.64 2001/03/18 07:09:49 provos Exp $ */
/* $NetBSD: ip_input.c,v 1.30 1996/03/16 23:53:58 christos Exp $ */
/*
@@ -84,7 +84,7 @@
#define PI_MAGIC 0xdeadbeef /* XXX the horror! */
#ifndef IPMTUDISC
-#define IPMTUDISC 0
+#define IPMTUDISC 1
#endif
#ifndef IPMTUDISCTIMEOUT
#define IPMTUDISCTIMEOUT (10 * 60) /* as per RFC 1191 */