Commit Graph

5927 Commits

Author SHA1 Message Date
Mathieu Lacage
dd3ca3aa63 replace Node::DoCreateTraceResolver with Node::DoFillTraceResolver 2007-08-01 12:33:44 +02:00
Mathieu Lacage
a4c3028881 example code. 2007-08-01 10:29:40 +02:00
Mathieu Lacage
b4b0d52ffb add an extra constructor 2007-08-01 10:29:22 +02:00
Mathieu Lacage
492afc0f9d PacketSocketAddress serialization code was buggy. 2007-08-01 10:29:03 +02:00
Mathieu Lacage
38b3f73a85 merge 2007-08-01 09:38:55 +02:00
Mathieu Lacage
2319629592 fix bug 59: debug output now goes to stderr. 2007-08-01 09:38:09 +02:00
Mathieu Lacage
802ac99d0d remove extra includes 2007-08-01 09:15:48 +02:00
Mathieu Lacage
e91a1198a0 fix build: missing const 2007-08-01 09:14:31 +02:00
Mathieu Lacage
b835a6b564 a packet socket 2007-08-01 09:02:03 +02:00
Mathieu Lacage
2687579986 add Address::IsInvalid 2007-08-01 09:01:54 +02:00
Mathieu Lacage
e05f635db5 rework the NetDevice <-> Node interface 2007-08-01 08:58:18 +02:00
Tom Henderson
d3f1f2a341 remove manual routing commands from example script 2007-07-31 09:45:13 -07:00
Gustavo J. A. M. Carneiro
4886a7c0fe Add emacs C++ mode selection line, missing from some header files. 2007-07-31 13:49:11 +01:00
Gustavo J. A. M. Carneiro
93ad9161ec Fix the OLSR documentation. 2007-07-31 11:53:11 +01:00
Mathieu Lacage
39633a0f09 packet socket address 2007-07-31 11:42:25 +02:00
Mathieu Lacage
f8baaaf617 extra Address API to be used by packet socket address 2007-07-31 11:42:10 +02:00
Mathieu Lacage
354e017a33 fix build 2007-07-31 11:33:44 +02:00
Mathieu Lacage
3d9d4ce7be I wonder what the point of that code was: why should you test for zero _after_ using the pointer ? It needs to be tested _before_. 2007-07-31 10:47:29 +02:00
Mathieu Lacage
530b65e51d add license headers 2007-07-31 10:46:43 +02:00
Mathieu Lacage
af6bed4995 an eui 64 address type 2007-07-31 10:45:37 +02:00
Mathieu Lacage
f7f981d549 fix bugless in address allocation 2007-07-31 10:45:15 +02:00
Mathieu Lacage
1454050eef forgot to set the interface id 2007-07-31 09:21:40 +02:00
Mathieu Lacage
8c80e6c2f8 remove now-unused ArpPrivate class 2007-07-31 09:17:05 +02:00
Mathieu Lacage
b4237e51dc implement the Node::ProtocolHandler support. 2007-07-31 09:09:31 +02:00
Mathieu Lacage
7af432c313 small cleanups 2007-07-31 07:54:26 +02:00
Craig Dowell
833462a84e add simple-global-routing.cc 2007-07-30 15:50:20 -07:00
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