Commit Graph

486 Commits

Author SHA1 Message Date
Mathieu Lacage
7be1b92968 merge with HEAD 2008-04-21 09:04:08 -07:00
Mathieu Lacage
d1ddd3c89b merge 2008-04-21 08:58:23 -07:00
Mathieu Lacage
ea6e067812 merge with HEAD 2008-04-21 08:05:34 -07:00
Mathieu Lacage
f91e2ff5a4 fix regression introduced by changeset 6244ea5e7831 to fix bug #173 2008-04-17 16:24:13 -07:00
Mathieu Lacage
35170aed54 merge with HEAD 2008-04-17 15:54:35 -07:00
Mathieu Lacage
2c1b7db441 merge with HEAD 2008-04-17 15:50:49 -07:00
Mathieu Lacage
3b711f9852 improve the auto-generated doxygen output. 2008-04-17 15:30:18 -07:00
Mathieu Lacage
4ff40c4a07 get rid of Attribute class. Use AttributeValue subclasses directly. 2008-04-17 13:42:25 -07:00
Gustavo J. A. M. Carneiro
505de0c685 Address instances of different m_type's should compare differently; closes #173. 2008-04-16 18:37:20 +01:00
Mathieu Lacage
1649c1dc65 NS_LOG_FUNCTION -> NS_LOG_FUNCTION_NOARGS and NS_LOG_PARAMS -> NS_LOG_FUNCTION 2008-04-15 15:10:53 -07:00
Mathieu Lacage
6d53b47cae improve documentation 2008-04-14 16:06:44 -07:00
Mathieu Lacage
42282f5512 implement operator >> 2008-04-11 16:52:12 -07:00
Mathieu Lacage
0e65d73baa implement operator >> 2008-04-11 16:51:58 -07:00
Raj Bhattacharjea
3327b9da92 Shorten Tcp attribute names (bug 163) 2008-04-10 16:33:44 -04:00
Mathieu Lacage
696859e936 add a few missing ns3:: prefixes in TypeId names. 2008-04-10 11:50:08 -07:00
Mathieu Lacage
a75e91cc03 add ObjectVector::GetItemTypeId 2008-04-09 14:58:52 -07:00
Mathieu Lacage
478e810ad5 add some debugging 2008-04-09 10:01:16 -07:00
Tom Henderson
3f1c2d2653 some additional debugging for addressing conflicts 2008-04-08 23:10:11 -07:00
Raj Bhattacharjea
05019b6214 Add TCP delayed acks 2008-04-04 17:20:36 -04:00
Mathieu Lacage
d1d683ee21 remove 'All rigts reserved' keyword per tom's suggestion 2008-03-31 14:56:41 -07:00
Mathieu Lacage
812fc3be75 add missing license headers 2008-03-31 14:50:25 -07:00
Mathieu Lacage
ae4529b819 fix typo 2008-03-31 14:44:13 -07:00
Mathieu Lacage
2c1c5afe91 get rid of channel during dispose 2008-03-31 14:43:38 -07:00
Providence SALUMU MUNGA
46cc3fab6d make sure dev is initialized correctly when binding to more than one interface. 2008-03-28 11:26:59 -07:00
Mathieu Lacage
a6979a7bb9 remove PacketSocketFactory aggregation from Node base class 2008-03-25 14:15:34 -07:00
Mathieu Lacage
7f56378951 merge with head 2008-03-24 16:32:16 -07:00
Craig Dowell
ff02feb0b7 quiet unused variable warning 2008-03-24 15:48:09 -07:00
Craig Dowell
991e83fe2c address generator, address collision checker 2008-03-24 15:31:54 -07:00
Mathieu Lacage
dafc9f88ae doxygen 2008-03-24 13:57:14 -07:00
Mathieu Lacage
69ddf50d98 merge 2008-03-24 13:33:56 -07:00
Mathieu Lacage
386b5fe6eb make ns3::Channel wholy pure. 2008-03-24 13:33:41 -07:00
Craig Dowell
341ef1908c fix unit tests 2008-03-24 12:56:39 -07:00
Craig Dowell
e1c0003987 ip helper and find ip interface for device method on ipv4 2008-03-21 17:26:01 -07:00
Mathieu Lacage
4f3921d1bf remove reference to trace resolver. 2008-03-21 13:14:00 -07:00
Mathieu Lacage
53b3d2bb1f SimpleChannel/SimpleNetDevice. Use them where needed. 2008-03-20 15:27:48 -07:00
Mathieu Lacage
cabfd83031 improve pretty-printing output. 2008-03-19 11:10:37 -07:00
Mathieu Lacage
2f666d9622 make sure all headers and trailers gets a constructor registered in their TypeId. 2008-03-19 10:31:50 -07:00
Mathieu Lacage
6b9fc231e1 remove dead code. 2008-03-17 14:49:52 -07:00
Mathieu Lacage
5d4ecfc62c define a TypeId for each Header/Trailer. 2008-03-17 13:12:17 -07:00
Gustavo J. A. M. Carneiro
9cf6137916 Add a 'module' attribute to the ns3header object specifying which module each set of headers belongs to. 2007-12-26 13:40:39 +00:00
Mathieu Lacage
36995793fb merge with HEAD 2008-03-14 16:37:02 -07:00
Mathieu Lacage
be10286ae5 merge with HEAD 2008-03-13 14:35:54 -07:00
Mathieu Lacage
c4b1bff412 move helpers to their own dir. 2008-03-13 14:24:45 -07:00
Mathieu Lacage
848cb7cfb5 add back support for introspected doxygen. 2008-03-13 12:56:49 -07:00
Mathieu Lacage
fb452286e6 add Application::SetNode and NetDevice::SetNode, use them from Node::AddApplication and Node::AddDevice. kill useless "Node" attributes. 2008-03-13 11:10:38 -07:00
Mathieu Lacage
b5a8d46096 get rid of CreateObjectWith 2008-03-11 13:30:12 -07:00
Mathieu Lacage
a4c5f55812 rename old VALUE leftovers 2008-03-10 00:46:44 +01:00
Mathieu Lacage
6f26975964 more FailSafe methods 2008-03-09 21:28:27 +01:00
Guillaume Vu-Brugier
fceeaca439 store length type field in ethernet packets in network order. 2008-03-07 11:36:33 -08:00
Mathieu Lacage
773b4d80a5 get rid of DefaultValue usage in internet-node 2008-03-03 19:38:05 +01:00