mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 01:53:58 +02:00
Add ARP cache helper
This commit is contained in:
parent
4628af9511
commit
bbf9269a14
5 changed files with 95 additions and 1 deletions
2
wscript
2
wscript
|
@ -9,6 +9,7 @@
|
|||
def build(bld):
|
||||
module = bld.create_ns3_module('leo', ['core','internet', 'propagation', 'stats', 'traffic', 'flow-monitor', 'applications'])
|
||||
module.source = [
|
||||
'helper/arp-cache-helper.cc',
|
||||
'helper/isl-helper.cc',
|
||||
'helper/leo-channel-helper.cc',
|
||||
'helper/leo-helper.cc',
|
||||
|
@ -41,6 +42,7 @@ def build(bld):
|
|||
headers = bld(features='ns3header')
|
||||
headers.module = 'leo'
|
||||
headers.source = [
|
||||
'helper/arp-cache-helper.h',
|
||||
'helper/isl-helper.h',
|
||||
'helper/leo-channel-helper.h',
|
||||
'helper/leo-helper.h',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue