SimpleChannel/SimpleNetDevice. Use them where needed.

This commit is contained in:
Mathieu Lacage
2008-03-20 15:27:48 -07:00
parent e22584cd79
commit 53b3d2bb1f
6 changed files with 324 additions and 13 deletions

View File

@@ -28,6 +28,8 @@ def build(bld):
'tcp.cc',
'ipv4.cc',
'application.cc',
'simple-channel.cc',
'simple-net-device.cc',
]
headers = bld.create_obj('ns3header')
@@ -57,4 +59,6 @@ def build(bld):
'tcp.h',
'ipv4.h',
'application.h',
'simple-channel.h',
'simple-net-device.h',
]