Better name, show probed MTU in dump.
[tinc] / src / protocol_key.c
index b8b1f22..5067a81 100644 (file)
@@ -17,7 +17,7 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id: protocol_key.c,v 1.1.4.25 2003/12/20 19:47:53 guus Exp $
+    $Id: protocol_key.c,v 1.1.4.26 2003/12/20 21:25:17 guus Exp $
 */
 
 #include "system.h"
@@ -267,7 +267,7 @@ bool ans_key_h(connection_t *c)
                        return false;
                }
 
-       if(from->options & OPTION_DONTFRAGMENT && !from->mtuprobes)
+       if(from->options & OPTION_PMTU_DISCOVERY && !from->mtuprobes)
                send_mtu_probe(from);
 
        flush_queue(from);