Commit Graph

  • 7bffd94f45 Airtime metric fixed Kirill Andreev 2009-06-01 18:46:20 +04:00
  • 24f016c79c Added dropped TTL field to stats Kirill Andreev 2009-06-01 14:06:11 +04:00
  • 3bfe1464a1 Statistics fixed Kirill Andreev 2009-06-01 13:11:30 +04:00
  • fd3e71d7f8 Fix Kirill Andreev 2009-06-01 12:39:42 +04:00
  • 2b4fcb6436 Merge Kirill Andreev 2009-06-01 12:33:02 +04:00
  • a688fb2751 Fixed dublicates in broadcasts Kirill Andreev 2009-06-01 12:32:37 +04:00
  • fd3a3f8881 more doxygen cleanup Tom Henderson 2009-05-31 22:11:52 -07:00
  • 81bde7afdf Doxygen cleanup Tom Henderson 2009-05-30 15:20:56 -07:00
  • c689bb0303 some revisions to the routing section of the manual Tom Henderson 2009-05-30 10:38:27 -07:00
  • 3cc72e4626 merge Gustavo J. A. M. Carneiro 2009-05-30 17:37:38 +01:00
  • 5839b484bb Add an example for TapNetDevice Gustavo J. A. M. Carneiro 2009-05-30 17:36:50 +01:00
  • 7c33f16166 Remove TapNetDevice::[GS]etName; a couple of bug fixes. Gustavo J. A. M. Carneiro 2009-05-30 17:36:29 +01:00
  • ddb42cdc0d Enable EmuNetDevice for multicast, based on underlying device (bug 571) Tom Henderson 2009-05-29 06:40:34 -07:00
  • 017a9d1a79 add comment about NS_OBJECT_ENSURE_REGISTERED() macro to the manual Tom Henderson 2009-05-29 13:33:20 -07:00
  • a784a4b2bb merge Pavel Boyko 2009-05-29 16:47:28 +04:00
  • bf0c6fa9db fix link on osx Mathieu Lacage 2009-05-29 14:44:12 +02:00
  • 69eb2191f2 Correct merge + Tag -> ByteTag changes Pavel Boyko 2009-05-29 16:40:24 +04:00
  • f7fdbd7ca8 merge Pavel Boyko 2009-05-29 15:54:23 +04:00
  • 6f24e0879d RemoveAllTags -> RemoveAllByteTags Pavel Boyko 2009-05-29 15:54:15 +04:00
  • 93532bca9b Fixed build Kirill Andreev 2009-05-29 12:57:54 +04:00
  • 8470920dd1 fix build Mathieu Lacage 2009-05-29 10:22:31 +02:00
  • db498d9f24 merge Pavel Boyko 2009-05-29 10:15:32 +04:00
  • 3feb3c9a24 merge with nsnam.org Pavel Boyko 2009-05-29 10:15:19 +04:00
  • d135c7a71c api changes and release notes for IPv4 routing rework Tom Henderson 2009-05-28 21:41:45 -07:00
  • 1191db6cd4 bindings/ changes for IPv4 routing rework Tom Henderson 2009-05-28 21:38:49 -07:00
  • b002b52934 examples/ changes for IPv4 routing rework Tom Henderson 2009-05-28 21:38:06 -07:00
  • f2804fd500 src/ and utils/ changes for IPv4 routing rework Tom Henderson 2009-05-28 21:37:25 -07:00
  • 04f4929b8f update RELEASE_NOTES Mathieu Lacage 2009-05-28 20:16:56 +02:00
  • 7b6bf39786 802.11b PHY support Gary Pei 2009-05-28 20:10:27 +02:00
  • a5f5038994 Fixed propagation loss model Gary Pei 2009-05-28 20:09:28 +02:00
  • 96a75ab17e merge with head Mathieu Lacage 2009-05-28 18:25:53 +02:00
  • 80c6afdc9d typo Timo Bingmann 2009-05-28 18:24:41 +02:00
  • b216bebf29 const cleanup Timo Bingmann 2009-05-28 18:21:05 +02:00
  • 22e869d829 test propagation loss models Timo Bingmann 2009-05-28 18:19:51 +02:00
  • b6c91e78f8 Nakagami propagation loss model from ns2 Timo Bingmann 2009-05-28 18:19:23 +02:00
  • 76b4f1840b increment precision of PI Timo Bingmann 2009-05-28 18:15:23 +02:00
  • 522b2711da Pull in new pybindgen version for bug fixes Gustavo J. A. M. Carneiro 2009-05-28 17:13:44 +01:00
  • 53f38a0f41 const cleanup Timo Bingmann 2009-05-28 17:52:17 +02:00
  • 7e2cb3dd60 move GetEifsNoDifs to DcfManager Mathieu Lacage 2009-05-28 17:49:52 +02:00
  • c818ab2eb3 move GetEifsNoDifs to DcfManager Timo Bingmann 2009-05-28 17:49:38 +02:00
  • f299e0e1cc last amsdu subframe in an A-MSDU should have no padding Mirko Banchi 2009-05-28 11:07:41 +02:00
  • 4366a32cd8 Moving to IEEE 802.11s Draft 3.0 (Mesh Control Field, Beacon Timing Element): fix Mesh Control field: Mesh Flags bit endianness, Mesh Sequence Number byte endianness; fix Action Category names; fix Beacon Timing Element neighbors field deserialization. Andrey Mazo 2009-05-27 17:40:28 +04:00
  • b5797604c0 Added link metric report IE Kirill Andreev 2009-05-27 16:48:02 +04:00
  • 450348d5db Moving to IEEE 802.11s Draft 3.0 (Mesh Configuration Element) fix Mesh Capability field; remove old protocol Identifiers; fix links to the draft. Andrey Mazo 2009-05-25 17:04:53 +04:00
  • 443a4c44ba assert Pavel Boyko 2009-05-25 11:00:17 +04:00
  • 7605d91dbe Add TapNetDevice (formerly known as VirtualNetDevice) Gustavo J. A. M. Carneiro 2009-05-24 16:18:20 +01:00
  • d103e5418c Don't allow pybindgen version greater than our requested version, to avoid python scanning generating backward incompatible API defs. Mathieu Lacage 2009-05-24 11:39:41 +01:00
  • 9b72ea8005 Moving to IEEE 802.11s Draft 3.0: changed Reason Codes; changed Element IDs. Added Capability field initialization. Andrey Mazo 2009-05-22 22:53:10 +04:00
  • 792bb590de Fix Kirill Andreev 2009-05-22 17:47:50 +04:00
  • 41a0444b0b Merge Kirill Andreev 2009-05-22 17:27:34 +04:00
  • ede41dc54d Mesh ID is made separately from SSID Kirill Andreev 2009-05-22 17:27:10 +04:00
  • 6603dba9e3 Merge changes from ns-3-dev. Andrey Mazo 2009-05-22 14:58:43 +04:00
  • 959653b5fa Fixed endianess Kirill Andreev 2009-05-22 14:02:35 +04:00
  • e9538480ae Restructured mesh configuration element Kirill Andreev 2009-05-22 13:58:39 +04:00
  • 71272db683 initialize timer in Timer unit tests Tom Henderson 2009-05-21 06:46:38 -07:00
  • 0e9b2360a2 Fix bug 570 (ArpCache not registered) Tom Henderson 2009-05-21 06:07:03 -07:00
  • 9cdc0cfd71 rescan python bindings Tom Henderson 2009-05-21 06:04:40 -07:00
  • 4159520b4b fix packet tag manual documentation Tom Henderson 2009-05-21 06:03:42 -07:00
  • 1056863f4c Fix Kirill Andreev 2009-05-21 16:44:21 +04:00
  • 35f1af2059 Statistics fixed Kirill Andreev 2009-05-21 16:35:55 +04:00
  • f20a2e4b31 Interface stats added Kirill Andreev 2009-05-20 20:08:35 +04:00
  • 7e6583b578 ResetStats added Kirill Andreev 2009-05-20 19:12:51 +04:00
  • 20657160bf Statistics - almost done Kirill Andreev 2009-05-20 18:30:27 +04:00
  • fa5e05290d fix uninitialized variable Mathieu Lacage 2009-05-20 15:54:56 +02:00
  • 4d14e87f97 Infrastructure for statistics is done Kirill Andreev 2009-05-20 14:03:26 +04:00
  • 42adb8b0f9 Added statistcs structures Kirill Andreev 2009-05-20 12:44:58 +04:00
  • c60ae045e7 Added statistics for PMP-MAC Kirill Andreev 2009-05-19 19:58:24 +04:00
  • 9c63493280 bug 568: Timer's default destroy policy not set. Fabian Mauchle 2009-05-19 15:41:01 +02:00
  • 0abda7e938 bug 567: --enable-static does not work on i686 Andrey Hippo 2009-05-19 15:39:15 +02:00
  • bf673cf808 rescan python Mathieu Lacage 2009-05-19 15:35:05 +02:00
  • 2f0944386f bug 560: remove deprecated methods. Mathieu Lacage 2009-05-19 15:34:20 +02:00
  • e37a5eed7a Don't event try to enable -Wl,--soname option if we're not on linux. Gustavo J. A. M. Carneiro 2009-05-18 14:10:49 +01:00
  • 990960bbca Add -Wl,--soname=libns3.so to link flags to allow dlopen hacks Gustavo J. A. M. Carneiro 2009-05-18 11:06:26 +01:00
  • dd025e8ff6 Revert commit [c259eaefdd7f]. Make compiler happy. Andrey Mazo 2009-05-15 13:52:35 +04:00
  • 86aa196354 merge with http://code.nsnam.org/ns-3-dev Pavel Boyko 2009-05-14 16:32:15 +04:00
  • 61fe7606d8 add missing constructor Mathieu Lacage 2009-05-14 10:21:38 +02:00
  • 32a92483aa fixed packet trace time bomb in csma Adrian S. W. Tam 2009-05-11 11:18:18 -07:00
  • dcf19a8a72 mismatching type Mirko Banchi 2009-05-11 14:02:17 +02:00
  • 2fba7f868e test and fix Buffer::Iterator::WriteHtolsbU64, Buffer::Iterator::ReadU64 , Buffer::Iterator::ReadLsbtohU64 Adrian S.-W. Tam 2009-05-07 09:13:06 +02:00
  • a41ad5c951 improve wording Mathieu Lacage 2009-05-05 16:08:36 +02:00
  • 2296cdca9d enable python+static build on osx Mathieu Lacage 2009-05-05 14:55:23 +02:00
  • 0f13d33e4a enable static builds on cygwin Mathieu Lacage 2009-05-05 14:47:08 +02:00
  • 87c9c58765 enable darwin static builds Mathieu Lacage 2009-05-05 12:00:29 +02:00
  • f09595116e merge Mathieu Lacage 2009-05-04 20:22:08 +02:00
  • 83eb1a3a33 attempt to detect broken --enable-static invocations. Mathieu Lacage 2009-05-04 20:21:37 +02:00
  • a269556050 pass regression tests on mingw Mathieu Lacage 2009-05-04 16:30:53 +02:00
  • c9629149c1 Merge Kirill Andreev 2009-05-04 17:14:51 +04:00
  • 5c9103eb95 IE tests cleanup Pavel Boyko 2009-05-04 18:08:49 +04:00
  • 11d0526137 Fixed removing peer links Kirill Andreev 2009-05-04 17:13:20 +04:00
  • b5685eb9ee Fix build on osx-ppc optimized gcc 4.0.1 Mathieu Lacage 2009-05-04 11:24:17 +02:00
  • deb0af06ec Removed peer cleanup Kirill Andreev 2009-05-04 00:04:21 +04:00
  • 3300dc8b17 Filtering outgoing frames if peer link does not exist. Fixed order of going through plugins Kirill Andreev 2009-05-02 16:51:00 +04:00
  • a90843d9af Lifetime bugfix Kirill Andreev 2009-05-02 15:33:42 +04:00
  • 3c5b3218d8 remove Control-M from example Tom Henderson 2009-05-01 09:07:04 -07:00
  • 10f3b53965 Peer link cleanup bugfix Kirill Andreev 2009-05-01 17:20:30 +04:00
  • 6bf3f47ea5 update manual Mirko Banchi 2009-05-01 14:34:27 +02:00
  • e90fd93821 Fixed asimmetrical routes Kirill Andreev 2009-05-01 13:59:09 +04:00
  • 4a5151fd90 Some fixes Kirill Andreev 2009-04-30 20:43:52 +04:00
  • 1066eb4764 fix access class table Mirko Banchi 2009-04-30 14:11:58 +02:00
  • 7197fc0d27 Fix Python bindings build with gcc < 4 Gustavo J. A. M. Carneiro 2009-04-30 10:57:30 +01:00