Commit Graph

5927 Commits

Author SHA1 Message Date
Kirill Andreev
99f082e652 Finished restructuring information elements 2009-03-18 15:08:17 +03:00
Pavel Boyko
3aebd147bd Use reference counting for WifiInformationElement 2009-03-18 14:37:29 +03:00
Kirill Andreev
9b09daa874 Fixed ticket #27 2009-03-18 14:36:00 +03:00
Kirill Andreev
b875e279b0 Wifi-information element moved back to mesh 2009-03-18 14:19:18 +03:00
Kirill Andreev
9caf55c5e4 Class names restructured 2009-03-18 14:16:33 +03:00
Kirill Andreev
0aa1b81464 Deserialization bugfix 2009-03-18 14:02:58 +03:00
Kirill Andreev
a9e382bd45 Restructured filenames in information elements 2009-03-18 13:35:49 +03:00
Kirill Andreev
b264e8743c Returned size in bytes back 2009-03-18 13:20:24 +03:00
Kirill Andreev
6a482b21c4 Restructured beacon timing element 2009-03-18 12:44:36 +03:00
Kirill Andreev
394a7c4335 Refactored PERR, RANN 2009-03-18 11:51:31 +03:00
Craig Dowell
3eff196614 a little more dox 2009-03-17 16:00:46 -07:00
Kirill Andreev
e2603abd52 Restructured PREQ and PREP 2009-03-17 19:40:09 +03:00
Kirill Andreev
0605f845bd Fixed difference between length in bytes and length field 2009-03-17 19:08:35 +03:00
Kirill Andreev
fbffc39a9c Merge to ns3dev: fix 2009-03-17 18:52:43 +03:00
Kirill Andreev
e71207a0ac Merge to ns3dev 2009-03-17 18:48:31 +03:00
Kirill Andreev
e3e2bcf885 Restructured mesh configuration element 2009-03-17 18:36:29 +03:00
Pavel Boyko
31bddd79ac Bugfix, sort by element ID not by pointer addresses 2009-03-17 17:44:51 +03:00
Pavel Boyko
ae9a61cb3a MeshWifiBeacon class created 2009-03-17 17:33:49 +03:00
Kirill Andreev
406bc6aacd information elements are moved to 802.11s 2009-03-17 17:18:19 +03:00
Pavel Boyko
213cad78c8 merge with main tree 2009-03-17 16:17:44 +03:00
Pavel Boyko
7c23e38595 WifiInformationElement class added as the base for all IEs 2009-03-17 16:15:43 +03:00
Aleksey Kovalenko
af1d653e66 Move inline code, codestyle fix 2009-03-17 13:21:37 +03:00
Pavel Boyko
df8da40efd Merge with main tree 2009-03-17 10:57:10 +03:00
Pavel Boyko
5cab5761ea L2RoutingProtocol refactored to MeshL2RoutingProtocol 2009-03-17 10:56:45 +03:00
pavlo
ae3fcdf9ec L2RoutingProcotol refactoring in progress 2009-03-16 20:00:55 +03:00
Andrey Mazo
ac07e1e920 Merge with ns-3-dev trunk. 2009-03-16 19:48:22 +03:00
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