Commit Graph

19651 Commits

Author SHA1 Message Date
pavlo
508891973f L2RoutingNetDevice refactored to MeshPointDevice 2009-03-16 17:59:33 +03:00
Pavel Boyko
7eefa438ed All mesh related filed moved to devices/mesh. Let the refactoring begins! 2009-03-16 15:45:37 +03:00
Mathieu Lacage
40e2fc6e5e add ACKs to naked FINs 2009-03-14 14:51:03 -04:00
Craig Dowell
ac181370f3 Clean up some tap bridge dox 2009-03-14 00:54:18 -07:00
Craig Dowell
17fc363e94 in BRIDGED_DEVICE mode, tap-bridge acts like a bridge between the tap and the bridged device 2009-03-14 00:07:03 -07:00
Craig Dowell
b548058394 first cut at enabling OpenVZ scenario 2009-03-13 17:37:35 -07:00
Andrey Mazo
aac765a2b1 Coding style changes: indentation, spaces. 2009-03-13 21:09:40 +03:00
Andrey Mazo
fb0f1aba89 Added license information to some files.
Fixed authors list in some files.
2009-03-13 17:51:04 +03:00
Kirill Andreev
ba08548196 ns3dev merge 2009-03-13 15:34:12 +03:00
Kirill Andreev
3bcfe4a501 Removed unneeded (void) (closed ticket #22), renamed enums 2009-03-13 15:29:19 +03:00
Pavel Boyko
43be674ee5 merge with ns3dev 2009-03-13 14:54:22 +03:00
Kirill Andreev
e0ec58e445 Merge to ns3dev 2009-03-13 14:53:59 +03:00
Kirill Andreev
50eebdd0bb Removed ELEMENT_ID, added proper methods, which returns element id 2009-03-13 14:52:48 +03:00
Pavel Boyko
db2ac325b6 1. HIDE_UNDOC_CLASSES is temporary set to NO in doxygen.conf
2. Add \ingroup mesh to all (?) mesh-related classes to see list of them in doxygen
2009-03-13 14:52:05 +03:00
Pavel Boyko
9fd6929b55 src/devices/mesh directory tree and doxygen module created. 2009-03-13 14:08:43 +03:00
Kirill Andreev
5479b66351 Merge to ns3dev 2009-03-13 13:41:37 +03:00
Kirill Andreev
777ae00d6b Address comparator moved to separate file, remade constructors (closed ticket
#21), removed unneded "struct" word
2009-03-13 13:40:43 +03:00
Raj Bhattacharjea
d5d672bc20 Set TCP ACK whenver connection is established (closes bugs 499 and 198) 2009-03-12 18:25:08 -04:00
Craig Dowell
d9168088f3 add TraceAll False parameter for API change 2009-03-16 18:44:38 -07:00
Craig Dowell
fe828b2901 branch merge 2009-03-16 18:23:33 -07:00
Craig Dowell
7a5c725652 Update CHANGES.html 2009-03-16 10:02:08 -07:00
Craig Dowell
a66b8cab4e remove unneeded packet copies, includes. Rescan 2009-03-16 09:44:01 -07:00
Tom Henderson
321b20d1b9 set OnOffApplication::m_lastStartTime correctly (bug #490) 2009-03-12 15:55:40 -04:00
Yana Podkosova
c50d86a4bb Added test for Hwmp-rtable 2009-03-12 17:12:11 +03:00
Kirill Andreev
68c54afa42 Merge file restructure, random variables, static mobility model to ns3dev. 2009-03-12 13:39:22 +03:00
Kirill Andreev
53f0b1a007 Restructured files 2009-03-12 13:24:22 +03:00
Andrey Mazo
db729599d5 Sanitize MeshWifiMac::DoDispose().
Remove unneeded code from "mesh-wifi-helper.cc".
2009-03-12 13:07:56 +03:00
Kirill Andreev
f6e3a5b6f5 Restructured files - unfinished 2009-03-12 13:02:29 +03:00
Kirill Andreev
16d7f9ca9d Removed unneeded word "struct", fixed mobility model, fixed random variable 2009-03-12 12:34:49 +03:00
Gustavo J. A. M. Carneiro
ec3df333b5 rescan python bindings 2009-03-11 11:16:25 +00:00
Craig Dowell
fc3163d704 Piles of changes for tracing rework 2009-03-10 23:47:55 -07:00
Andrey Mazo
48d98b6d05 Merge with ns-3-dev. 2009-03-10 17:54:58 +03:00
Mathieu Lacage
9af37ad97c update CHANGES.html 2009-03-10 14:31:40 +01:00
Gustavo J. A. M. Carneiro
1dfdd4d034 bug 482: Add constant acceleration mobility model 2009-03-10 14:27:58 +01:00
Mathieu Lacage
5068a17769 StaticSpeedHelper -> ConstantVelocityHelper 2009-03-10 14:24:56 +01:00
Mathieu Lacage
cddb3bfe23 StaticMobilityModel -> ConstantPositionMobilityModel, StaticSpeedMobilityModel -> ConstantVelocityMobilityModel 2009-03-10 14:18:32 +01:00
Mathieu Lacage
12ffae54a8 don't exit on save 2009-03-09 19:54:47 +01:00
Mathieu Lacage
8d27126dcf change API based on comments from tom. 2009-03-09 19:45:47 +01:00
Mathieu Lacage
423f0f1f0b decrease version requirements. 2009-03-09 19:40:44 +01:00
Mathieu Lacage
ebaaeb1403 make sure we build, even if libxml2 could not be found. 2009-03-09 19:40:29 +01:00
Timo Bingmann
7f8370b67e Adding UniformVariable::GetInteger and using it to fix bug in RealRandomStream::GetNext. 2009-03-04 18:55:32 +01:00
Mathieu Lacage
8b0f4e7212 xml support for ConfigStore 2009-03-04 16:55:25 +01:00
Gustavo J. A. M. Carneiro
a4c4aec51c Check if the compiler *really* supports -fvisibility=hidden. 2009-03-04 11:34:51 +00:00
Gustavo J. A. M. Carneiro
50f61a8bf7 merge 2009-03-03 18:52:00 +00:00
Gustavo J. A. M. Carneiro
70e5e8cb52 Compile python bindings with -fvisibility=hidden, when possible. Closes #515. 2009-03-03 18:51:16 +00:00
Mathieu Lacage
27c630de9c handle zero-size attribute list. 2009-03-03 16:07:16 +01:00
Mathieu Lacage
9a8bbc1985 move private method to public 2009-03-03 16:06:20 +01:00
Gustavo J. A. M. Carneiro
34c7ac0277 Bug 485: implement deserialization of normal/gaussian random variables 2009-03-03 10:57:42 +00:00
Craig Dowell
a10c362368 trace consistency changes 2009-02-28 16:25:24 -08:00
Andrey Mazo
7a94e1c4e8 Remove some temporary defines. 2009-03-01 02:39:10 +03:00