Commit Graph

19651 Commits

Author SHA1 Message Date
Gustavo J. A. M. Carneiro
222eea66fa Patch from Mathieu, makes EnableNodes templated 2007-07-30 19:11:21 +01:00
Gustavo J. A. M. Carneiro
072626d390 Add documentation for the (few) OLSR public APIs 2007-07-30 17:43:52 +01:00
Gustavo J. A. M. Carneiro
e4dedb226f Add a simpler olsr::EnableAllNodes API as suggested by Mathieu. 2007-07-30 17:33:12 +01:00
Gustavo J. A. M. Carneiro
acde0b6311 fix indentation in some places (was broken due to class rename) 2007-07-30 17:15:35 +01:00
Gustavo J. A. M. Carneiro
8cb57d43d6 Reorganize source tree and rename classes in a more sensible way; Olsr becomes OlsrAgent, olsr::Olsr becomes OlsrAgentImpl. 2007-07-30 17:06:06 +01:00
Gustavo J. A. M. Carneiro
f597f96152 solve some merge problems 2007-07-30 15:03:45 +01:00
Gustavo J. A. M. Carneiro
0f5b5f1f6c merge 2007-07-30 15:01:18 +01:00
Gustavo J. A. M. Carneiro
ea0a9ae7ab EventCollector: tune the parameters and add a shrinking heuristic. 2007-07-30 14:48:56 +01:00
Gustavo J. A. M. Carneiro
98abf1d812 Add simple EventCollector benchmark 2007-07-30 14:22:12 +01:00
Mathieu Lacage
f1b9327123 remove implicit conversion from Address to Eui48Address, to Ipv4Address and to InetSocketAddress 2007-07-30 14:57:49 +02:00
Mathieu Lacage
497b9deadc add implicit conversion to Ipv4Address 2007-07-30 14:20:10 +02:00
Mathieu Lacage
2e723a700d add implicit conversion to Eui48Address 2007-07-30 14:17:12 +02:00
Gustavo J. A. M. Carneiro
5b558714de EventCollector: move methods to the .cc file 2007-07-30 13:09:02 +01:00
Mathieu Lacage
2641f7fe88 InetSocketAddress: replace explicit conversion to implicit conversion 2007-07-30 14:07:39 +02:00
Mathieu Lacage
80bf1491e1 add doxygen 2007-07-30 13:59:13 +02:00
Mathieu Lacage
22cf3afdfa add Ipv4Address::IsMatchingType and Eui48Address::IsMatchingType 2007-07-30 13:58:39 +02:00
Mathieu Lacage
f2084098e2 add InetSocketAddress::IsMatchingType and use it 2007-07-30 13:55:28 +02:00
Gustavo J. A. M. Carneiro
00e998e5f9 SingleEvent: move methods to .cc file; add EventId proxy methods, instead of a single GetEventId method. 2007-07-30 12:50:13 +01:00
Mathieu Lacage
df7f115415 InetAddress -> InetSocketAddress 2007-07-30 13:29:36 +02:00
Gustavo J. A. M. Carneiro
0467d48201 merge with ns-3-dev 2007-07-30 11:04:11 +01:00
Mathieu Lacage
41074331ed fix optimized build 2007-07-30 11:07:56 +02:00
Mathieu Lacage
034469197c fix address deserialization 2007-07-30 11:03:13 +02:00
Mathieu Lacage
c80acdf88f remove dead files after merge 2007-07-30 10:35:40 +02:00
Mathieu Lacage
7b9fbc36e1 merge 2007-07-30 10:35:03 +02:00
Tom Henderson
ecd4f30e41 Fix lengthType initialization for optimized build 2007-07-28 23:20:58 -07:00
Gustavo J. A. M. Carneiro
8682d0293a WAF: remove the obj.includes = '.' part from modules, since it causes build failure in OS X, and waf was just fixed to enable header files dependency tracking by default without needing to change obj.includes 2007-07-28 14:14:16 +01:00
Mathieu Lacage
28ddc5db69 start filling release notes with merged items 2007-07-28 14:50:56 +02:00
Mathieu Lacage
9e23045867 fix basic coding style issues 2007-07-28 13:25:10 +02:00
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
Craig Dowell
d5086e07a0 small readability change 2007-07-27 21:58:19 -07:00
Craig Dowell
b4698b7cca doxygen update (@internal) 2007-07-27 20:48:21 -07:00
Craig Dowell
510083f0ea remove routing environment, move router interface creation to global-route-manager 2007-07-27 20:34:25 -07: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
Craig Dowell
ef462dbb5e copywrongs 2007-07-27 14:09:02 -07:00
Craig Dowell
d38da7ae3d rename party 2007-07-27 14:04:54 -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
e85f337b2f Adapt OLSR code to use SingleEvent instead of Timer, and EventCollector. 2007-07-27 19:21:35 +01:00
Gustavo J. A. M. Carneiro
a7d36f9f9f merge with ns-3-olsr-support 2007-07-27 18:54:01 +01:00
Gustavo J. A. M. Carneiro
e6ef4109c8 Remove Timer, made mostly redundant with the introduction of SingleEvent. 2007-07-27 18:50:45 +01:00
Gustavo J. A. M. Carneiro
fc7b62e329 Add a SingleEvent class. 2007-07-27 18:45:12 +01:00
Gustavo J. A. M. Carneiro
3cfda55a69 Add an EventCollector class, based on concepts discussed in the mailing list 2007-07-27 17:15:30 +01:00
Mathieu Lacage
64a8418674 optmize slightly Ptr<T>::Acquire 2007-07-27 17:49:04 +02:00