Gustavo J. A. M. Carneiro
|
f35ff8f583
|
Add Ipv4Address::CombineMask, and implement Ipv4Address::IsBroadcast.
|
2007-07-26 12:11:37 +01:00 |
|
Gustavo J. A. M. Carneiro
|
6b29b3c817
|
Add documentation for the dynamic routing interfaces. Change Ipv4::AddRoutingProtocol priority parameter type from int to int16_t to make way for in the future providing stable sorting of routing protocols of the same priority.
|
2007-07-27 15:38:04 +01:00 |
|
Gustavo J. A. M. Carneiro
|
317f336c76
|
Allow UDP sockets to receive broadcast (bug #51)
|
2007-07-26 12:27:49 +01:00 |
|
Gustavo J. A. M. Carneiro
|
ddd0dc6dff
|
Support dynamic routing and multiple routing protocols; static routing table is refactored as a "routing protocol".
Support sending IP broadcast (255.255.255.255) packets (bug #36).
|
2007-07-26 12:26:21 +01:00 |
|
Gustavo J. A. M. Carneiro
|
1da64ebbd6
|
Allow ARP resolution to work with broadcast IPv4 (dest=255.255.255.255) packets; Partially fixes bug #36.
|
2007-07-26 12:12:51 +01:00 |
|
Gustavo J. A. M. Carneiro
|
48cf146a6f
|
Add Ipv4Address::CombineMask, and implement Ipv4Address::IsBroadcast.
|
2007-07-26 12:11:37 +01:00 |
|
Gustavo J. A. M. Carneiro
|
ccd6240e23
|
Add a Timer class (bug #46)
|
2007-07-26 12:08:22 +01:00 |
|
Gustavo J. A. M. Carneiro
|
41c4b6453a
|
EvenId const fixes.
|
2007-07-26 12:05:31 +01:00 |
|
Tom Henderson
|
fda49d72c1
|
merge
|
2007-07-27 10:49:29 -07:00 |
|
Mathieu Lacage
|
230b3840ad
|
cleanup simple example
|
2007-07-27 21:39:58 +02:00 |
|
Emmanuelle Laprise
|
31530c7311
|
a csma/cd NetDevice subclass and a test script
|
2007-07-27 21:17:14 +02:00 |
|
Emmanuelle Laprise
|
ad5f36f2ac
|
ethernet Header and Trailer classes
|
2007-07-27 21:16:40 +02:00 |
|
Emmanuelle Laprise
|
718ec64593
|
Move LLC encapsulation from NetDevice to subclasses.
|
2007-07-27 20:45:18 +02:00 |
|
Emmanuelle Laprise
|
b078d91894
|
cleanup the wscripts
|
2007-07-27 20:45:07 +02:00 |
|
Emmanuelle Laprise
|
0e21d85be1
|
src/devices/point-to-point/p2p-* -> src/devices/point-to-point/point-to-point-*
|
2007-07-27 20:26:36 +02:00 |
|
Emmanuelle Laprise
|
54af49fe40
|
src/devices/p2p -> src/devices/point-to-point
|
2007-07-27 20:17:23 +02:00 |
|
Tom Henderson
|
2d950869f8
|
Add patch 49 (add/remove network route when bringing interface up/down)
|
2007-07-27 10:48:10 -07:00 |
|
Gustavo J. A. M. Carneiro
|
d3ec8f8791
|
EvenId const fixes.
|
2007-07-26 12:05:31 +01:00 |
|
Mathieu Lacage
|
9033830375
|
fix optimized build
|
2007-07-26 08:18:11 +02:00 |
|
Gustavo J. A. M. Carneiro
|
35e5c48814
|
WAF: make list of modules (all_modules) a tuple instead of list, because it is hashable, and this way newer WAF is able to notice changes in it and automatically trigger a reconfiguration.
|
2007-07-24 16:13:31 +01:00 |
|
Tom Henderson
|
b16efc8c0b
|
a few edits on the doxygen
|
2007-07-23 20:06:00 -07:00 |
|
Tom Henderson
|
bdf28a79fc
|
revise README
|
2007-07-23 19:27:01 -07:00 |
|
Tom Henderson
|
bc634975d4
|
remove old routing code
|
2007-07-23 19:02:55 -07:00 |
|
Craig Dowell
|
2f682ca9f8
|
single populate call
|
2007-07-23 15:53:37 -07:00 |
|
Craig Dowell
|
bb8c8e5fa8
|
remove doxygen warnings, make waf work
|
2007-07-23 14:31:24 -07:00 |
|
Mathieu Lacage
|
014bc9ed79
|
mobility models
|
2007-07-23 15:53:54 +02:00 |
|
Mathieu Lacage
|
a89dbfad01
|
a small typo
|
2007-07-23 15:24:17 +02:00 |
|
Mathieu Lacage
|
b53716bd7f
|
add operator << (std::ostream)for Ptr<T>
|
2007-07-23 15:23:14 +02:00 |
|
Mathieu Lacage
|
6e9b3d811b
|
add dirtyness tracking to DefaultValueBase
|
2007-07-23 15:22:36 +02:00 |
|
Mathieu Lacage
|
3fa85ade3a
|
make sure IsExpired handles destroy events correctly
|
2007-07-23 15:16:45 +02:00 |
|
Mathieu Lacage
|
1bd05e4561
|
add support to cancel Now and Destroy events.
|
2007-07-23 14:52:51 +02:00 |
|
Mathieu Lacage
|
a38a0d5b81
|
add operator == and != t o EventId
|
2007-07-23 14:51:57 +02:00 |
|
Mathieu Lacage
|
efcf28b96b
|
TimeDefaultValue
|
2007-07-23 14:41:53 +02:00 |
|
Mathieu Lacage
|
6b827886a0
|
RandomVariableDefaultValue
|
2007-07-23 14:41:34 +02:00 |
|
Mathieu Lacage
|
f6712c7cbd
|
IntegerDefaultValue -> NumericDefaultValue
|
2007-07-23 14:13:03 +02:00 |
|
Mathieu Lacage
|
3e11da04df
|
merge
|
2007-07-23 14:01:43 +02:00 |
|
Mathieu Lacage
|
56d6ee9a1c
|
fix bug 57
|
2007-07-23 13:58:53 +02:00 |
|
Craig Dowell
|
897a518750
|
parenthesis police were here
|
2007-07-20 14:28:18 -07:00 |
|
Craig Dowell
|
c9b7590dd9
|
turn off debug flag
|
2007-07-20 14:22:46 -07:00 |
|
Craig Dowell
|
4d3d250d5e
|
make static router a singleton, make implementation details private
|
2007-07-20 14:21:21 -07:00 |
|
Gustavo J. A. M. Carneiro
|
43d93b87bc
|
Update README to mention WAF instead of SCons.
|
2007-07-20 14:51:25 +01:00 |
|
Gustavo J. A. M. Carneiro
|
f0a90a46ed
|
WAF: add back the --enable-rpath option, per Mathieu's request, though disabled by default.
|
2007-07-20 11:38:16 +01:00 |
|
Gustavo J. A. M. Carneiro
|
d379c41d72
|
WAF: use a separate 'waf task' for installing each public ns3 header to work around a dependency tracking bug in waf causing too many rebuilds when a single header file changes.
|
2007-07-20 11:27:34 +01:00 |
|
Gustavo J. A. M. Carneiro
|
57688559b1
|
WAF: add obj.includes = '.' to command waf to do dependency tracking on private header files.
|
2007-07-20 11:12:43 +01:00 |
|
Mathieu Lacage
|
fa26073882
|
update ignore rules for waf generated files
|
2007-07-20 09:13:51 +02:00 |
|
Mathieu Lacage
|
b37ca7868a
|
remove scons scripts
|
2007-07-20 09:10:49 +02:00 |
|
Mathieu Lacage
|
767621d2cb
|
forgot to update waf build scripts
|
2007-08-09 21:16:39 +02:00 |
|
Craig Dowell
|
ab93e1f56d
|
overlooked one
|
2007-07-19 23:04:09 -07:00 |
|
Craig Dowell
|
f3523e8381
|
last parts of general cleaup and commenting
|
2007-07-19 22:48:50 -07:00 |
|
Mathieu Lacage
|
0eeaf31270
|
merge
|
2007-07-19 19:08:43 +02:00 |
|