Commit Graph

5927 Commits

Author SHA1 Message Date
Kirill Andreev
1056863f4c Fix 2009-05-21 16:44:21 +04:00
Kirill Andreev
35f1af2059 Statistics fixed 2009-05-21 16:35:55 +04:00
Kirill Andreev
f20a2e4b31 Interface stats added 2009-05-20 20:08:35 +04:00
Kirill Andreev
7e6583b578 ResetStats added 2009-05-20 19:12:51 +04:00
Kirill Andreev
20657160bf Statistics - almost done 2009-05-20 18:30:27 +04:00
Mathieu Lacage
fa5e05290d fix uninitialized variable 2009-05-20 15:54:56 +02:00
Kirill Andreev
4d14e87f97 Infrastructure for statistics is done 2009-05-20 14:03:26 +04:00
Kirill Andreev
42adb8b0f9 Added statistcs structures 2009-05-20 12:44:58 +04:00
Kirill Andreev
c60ae045e7 Added statistics for PMP-MAC 2009-05-19 19:58:24 +04:00
Fabian Mauchle
9c63493280 bug 568: Timer's default destroy policy not set. 2009-05-19 15:41:01 +02:00
Andrey Hippo
0abda7e938 bug 567: --enable-static does not work on i686 2009-05-19 15:39:15 +02:00
Mathieu Lacage
bf673cf808 rescan python 2009-05-19 15:35:05 +02:00
Mathieu Lacage
2f0944386f bug 560: remove deprecated methods. 2009-05-19 15:34:20 +02:00
Gustavo J. A. M. Carneiro
e37a5eed7a Don't event try to enable -Wl,--soname option if we're not on linux. 2009-05-18 14:10:49 +01:00
Gustavo J. A. M. Carneiro
990960bbca Add -Wl,--soname=libns3.so to link flags to allow dlopen hacks
Mathieu's explanation:
"""
In python, I want to load the ns3 python bindings without having to
install libns3.so in /usr and without having to configure
LD_LIBRARY_PATH. So, I need to dlopen (RTLD_GLOBAL) libns3.so before
doing imp.find_module ('ns3') to ensure that python finds the libns3.so
library. To do the dlopen, I need to give a full path to libns3.so but,
if you do this without a soname, the dynamic loader does not know about
libns3.so: it knows only about /foo/bar/libns3.so.
"""
2009-05-18 11:06:26 +01:00
Andrey Mazo
dd025e8ff6 Revert commit [c259eaefdd7f]. Make compiler happy. 2009-05-15 13:52:35 +04:00
Pavel Boyko
86aa196354 merge with http://code.nsnam.org/ns-3-dev 2009-05-14 16:32:15 +04:00
Mathieu Lacage
61fe7606d8 add missing constructor 2009-05-14 10:21:38 +02:00
Adrian S. W. Tam
32a92483aa fixed packet trace time bomb in csma 2009-05-11 11:18:18 -07:00
Mirko Banchi
dcf19a8a72 mismatching type 2009-05-11 14:02:17 +02:00
Adrian S.-W. Tam
2fba7f868e test and fix Buffer::Iterator::WriteHtolsbU64, Buffer::Iterator::ReadU64 , Buffer::Iterator::ReadLsbtohU64 2009-05-07 09:13:06 +02:00
Mathieu Lacage
a41ad5c951 improve wording 2009-05-05 16:08:36 +02:00
Mathieu Lacage
2296cdca9d enable python+static build on osx 2009-05-05 14:55:23 +02:00
Mathieu Lacage
0f13d33e4a enable static builds on cygwin 2009-05-05 14:47:08 +02:00
Mathieu Lacage
87c9c58765 enable darwin static builds 2009-05-05 12:00:29 +02:00
Mathieu Lacage
f09595116e merge 2009-05-04 20:22:08 +02:00
Mathieu Lacage
83eb1a3a33 attempt to detect broken --enable-static invocations. 2009-05-04 20:21:37 +02:00
Mathieu Lacage
a269556050 pass regression tests on mingw 2009-05-04 16:30:53 +02:00
Kirill Andreev
c9629149c1 Merge 2009-05-04 17:14:51 +04:00
Pavel Boyko
5c9103eb95 IE tests cleanup 2009-05-04 18:08:49 +04:00
Kirill Andreev
11d0526137 Fixed removing peer links 2009-05-04 17:13:20 +04:00
Mathieu Lacage
b5685eb9ee Fix build on osx-ppc optimized gcc 4.0.1 2009-05-04 11:24:17 +02:00
Kirill Andreev
deb0af06ec Removed peer cleanup 2009-05-04 00:04:21 +04:00
Kirill Andreev
3300dc8b17 Filtering outgoing frames if peer link does not exist. Fixed order of going
through plugins
2009-05-02 16:51:00 +04:00
Kirill Andreev
a90843d9af Lifetime bugfix 2009-05-02 15:33:42 +04:00
Tom Henderson
3c5b3218d8 remove Control-M from example 2009-05-01 09:07:04 -07:00
Kirill Andreev
10f3b53965 Peer link cleanup bugfix 2009-05-01 17:20:30 +04:00
Mirko Banchi
6bf3f47ea5 update manual 2009-05-01 14:34:27 +02:00
Kirill Andreev
e90fd93821 Fixed asimmetrical routes 2009-05-01 13:59:09 +04:00
Kirill Andreev
4a5151fd90 Some fixes 2009-04-30 20:43:52 +04:00
Mirko Banchi
1066eb4764 fix access class table 2009-04-30 14:11:58 +02:00
Gustavo J. A. M. Carneiro
7197fc0d27 Fix Python bindings build with gcc < 4 2009-04-30 10:57:30 +01:00
Kirill Andreev
9f10c93c93 Merge with ns3dev 2009-04-30 12:35:57 +04:00
Pavel Boyko
8b5a8fdfbc Dot11sMacHeader renamed to MeshHeader to correspond standard 2009-04-30 13:28:45 +04:00
Kirill Andreev
eeb792ef9a Fixed routing information with neighbours, fixed address3 in management
frames (PREQ, PREP, PERR), fixed bug with PERR
2009-04-30 12:35:26 +04:00
Pavel Boyko
51759b2b3c Route requests queueing moved from base MeshL2RoutingProtocol to derived HwmpRoutingProtocol 2009-04-30 11:53:19 +04:00
Pavel Boyko
379731a710 merge 2009-04-30 10:57:22 +04:00
Pavel Boyko
f3ea3afb50 cosmetics 2009-04-30 10:56:59 +04:00
Andrey Mazo
b5cf6d7094 Changed IE Element IDs according to open80211s implementation. 2009-04-30 07:37:01 +04:00
Mirko Banchi
1a4b128917 update tutorial 2009-04-29 20:55:56 +02:00