utils/.ns3rc
author Natale Patriciello <natale.patriciello@gmail.com>
Thu, 03 Sep 2015 21:12:22 -0700
changeset 11632 88d6e64c778c
parent 7024 4392d52b3536
permissions -rw-r--r--
bug 2165: server replies to SYN (with option TS) with a SYNACK (with option TS) also if the attribute Timestamp is false

#! /usr/bin/env python

# A list of the modules that will be enabled when ns-3 is run.
# Modules that depend on the listed modules will be enabled also.
#
# All modules can be enabled by choosing 'all_modules'.
modules_enabled = ['all_modules']

# Set this equal to true if you want examples to be run.
examples_enabled = False

# Set this equal to true if you want tests to be run.
tests_enabled = False