src/ and utils/ changes for IPv4 routing rework

This commit is contained in:
Tom Henderson
2009-05-28 21:37:25 -07:00
parent 04f4929b8f
commit f2804fd500
76 changed files with 5534 additions and 4444 deletions

View File

@@ -62,7 +62,8 @@ class TestSimulator(unittest.TestCase):
def testSocket(self):
node = ns3.Node()
ns3.AddInternetStack(node)
internet = ns3.InternetStackHelper()
internet.Install(node)
self._received_packet = None
def rx_callback(socket):