From ffd8e7fc185bb99374e3ce8dfa104ef5d02f71f5 Mon Sep 17 00:00:00 2001 From: Pavel Boyko Date: Sat, 14 Nov 2009 08:48:35 -0800 Subject: [PATCH] Default TTL of IPv4 broadcast datagrams changed from 1 to 64 --- CHANGES.html | 3 +++ src/internet-stack/ipv4-l3-protocol.cc | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.html b/CHANGES.html index fd7275326..b865b8d1b 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -60,6 +60,9 @@ by the ns-3 logging system to report the execution context of each log line.
  • Object::DoStart: Users who need to complete their object setup at the start of a simulation can override this virtual method, perform their adhoc setup, and then, must chain up to their parent. +

    Changes to existing API: