Mathieu Lacage
|
08758e9129
|
fix indent, basic coding style issues
|
2007-07-28 13:22:47 +02:00 |
|
Mathieu Lacage
|
14404dff66
|
protocol number is a 16 bit unsigned integer
|
2007-07-28 13:20:47 +02:00 |
|
Mathieu Lacage
|
7b0e63b123
|
param is a 16 bit integer. implement proper llc encapsulation/decapsulation
|
2007-07-28 13:15:04 +02:00 |
|
Mathieu Lacage
|
3b52247058
|
small cleanups
|
2007-07-28 13:14:24 +02:00 |
|
Mathieu Lacage
|
4c5fe41f2b
|
pktType -> encapMode
|
2007-07-28 12:41:53 +02:00 |
|
Mathieu Lacage
|
b4ebd87229
|
disable copy constructor and operator = for CsmaCdNetDevice
|
2007-07-28 12:30:31 +02:00 |
|
Tom Henderson
|
e7f300bc7c
|
fix tracing
|
2007-07-27 14:54:41 -07:00 |
|
Tom Henderson
|
45773a987d
|
disable tracing; fix ifIndex assignment
|
2007-07-27 14:43:56 -07:00 |
|
Tom Henderson
|
9f8910c258
|
return ifIndex when adding netdevice to node (topology)
|
2007-07-27 14:40:50 -07:00 |
|
Tom Henderson
|
a9fe0f2d23
|
rename example from p2p to point-to-point
|
2007-07-27 13:07:36 -07:00 |
|
Tom Henderson
|
5e4dbc66dc
|
new script for csma-cd
|
2007-07-27 12:50:31 -07:00 |
|
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
|
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 |
|
Mathieu Lacage
|
a60ac679a0
|
disable copying PointToPointNetDevice
|
2007-07-26 16:04:54 +02: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 |
|
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 |
|
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 |
|
Mathieu Lacage
|
0eeaf31270
|
merge
|
2007-07-19 19:08:43 +02:00 |
|
Mathieu Lacage
|
5703b95d0e
|
finish support for references as arguments to event handlers
|
2007-07-19 18:57:19 +02:00 |
|