Commit Graph

  • 76be6102cb wifi: (fixes #2380) Fix to retrieve current TID (patch from Alexander Krotov) Sébastien Deronne 2016-05-22 22:06:05 +02:00
  • e1f17fbb3c wave: (fixes #2419) BsmApplication should use RecvFrom, not SocketAddressTag Tommaso Pecorella 2016-05-22 01:35:26 +02:00
  • 19b295c2e2 examples: remove questionable use of SocketAddressTag (use RecvFrom) Tommaso Pecorella 2016-05-21 18:30:59 +02:00
  • 710325128b internet: RIP[ng] remove dependency from SocketAddressTag Tommaso Pecorella 2016-05-21 15:38:49 +02:00
  • fabd470c29 network: Rescan bindings Tommaso Pecorella 2016-05-19 00:57:32 +02:00
  • c3719c98aa point-to-point: Rescan bindings Tommaso Pecorella 2016-05-19 00:57:21 +02:00
  • aadb252b77 traffic-control: Rescan bindings Tommaso Pecorella 2016-05-19 00:57:03 +02:00
  • 8754a59cb6 network: Add a Remove method to the Queue base class Stefano Avallone 2016-05-19 00:14:29 +02:00
  • 8d6a5b15ed traffic-control: Fix the adaptive red queue disc test Mohit P. Tahiliani 2016-05-19 00:14:23 +02:00
  • 2cd38a4b43 mesh: Regenerate data files for the devices-mesh-flame-regression test Stefano Avallone 2016-05-19 00:14:15 +02:00
  • f3c4596867 traffic-control: (fixes #2284) Never requeue a packet sent to a netdevice This change allows us to more closely follow the Linux behavior. A packet is only requeued when the device queue is stopped before we attempt to send the packet to the device. Thus, a packet sent to a netdevice is never requeued. It turns out that packets can only be requeued if the underlying device is tc-aware and multi-queue. The PointToPointNetDevice code is updated accordingly. Stefano Avallone 2016-05-19 00:14:07 +02:00
  • 14fa869d71 internet-apps: (fixes #1977) v4ping verbose output when not explicitly stopped Tommaso Pecorella 2016-05-18 23:23:08 +02:00
  • 6090fcd3a6 internet: (fixes #2414) UdpSocket doesn't call NotifyConnectionFailed Tommaso Pecorella 2016-05-18 23:13:08 +02:00
  • ae7b2c6a2c internet: Rescan bindings Tom Henderson 2016-05-17 06:57:40 -07:00
  • 2ecc63ecfe uan: Rescan bindings Tom Henderson 2016-05-14 18:25:46 -07:00
  • 2f2c12c21e uan: (fixes #2386) Move UanPhyGen out of Tx mode when energy depleted Hossam Khader 2016-05-14 18:12:19 -07:00
  • 6f229f29e3 wifi: Rescan bindings Sébastien Deronne 2016-05-13 12:46:42 +02:00
  • ee6709192f wifi: Fix CWmin setting when an ERP STA moves from a non-ERP AP to an ERP AP Sébastien Deronne 2016-05-13 10:21:12 +02:00
  • 73373691ff wifi: (fixes #2406) Fix poor performance in 802.11g ad-hoc Sébastien Deronne 2016-05-13 10:19:39 +02:00
  • 2275ce9461 wifi: (fixes #2398) Add SNR tag to beacons and probe responses Tom Henderson 2016-05-13 10:19:02 +02:00
  • 9cec054b13 wifi: (fixes #2397) Add backoff and cw tracing to EDCA Tom Henderson 2016-05-13 09:54:26 +02:00
  • 90282c449c wifi: (fixes #2396) Move utility functions to WifiPhy Tom Henderson 2016-05-13 09:40:59 +02:00
  • 364ff63d7e wifi: (fixes #2307) Get rid of m_receivedAtLeastOneMpdu flag Sébastien Deronne 2016-05-13 09:36:53 +02:00
  • 920777b0e3 traffic-control: Rescan bindings Tom Henderson 2016-05-11 07:47:16 -07:00
  • e8678631f5 network: Rescan bindings Tom Henderson 2016-05-11 07:47:06 -07:00
  • 500ef9f4a6 traffic-control: (fixes #2389) Internal queues need to notify their queue disc of packet drops Stefano Avallone 2016-05-11 12:10:02 +02:00
  • 93bf31ac56 traffic-control: (fixes #2384) Child queue discs need to notify their parent queue disc of packet drops Stefano Avallone 2016-05-11 12:09:47 +02:00
  • 388695a7a6 traffic-control: Make the TrafficControlLayer code more readable Instead of keeping the root queue discs in a vector and the netdevice queue interface and the queue discs to wake in a separate map, keep all this information in a single convenient struct. Stefano Avallone 2016-05-11 12:08:46 +02:00
  • dcbec12bd7 tcp: initialize m_writeResults member variable Tom Henderson 2016-05-08 13:38:44 -07:00
  • 1361d42755 tcp: Control pcap generation with boolean constant Tom Henderson 2016-05-07 06:14:13 -07:00
  • 02bfe8f9b2 tcp: (updates #2392) update test response vectors Tom Henderson 2016-05-07 06:12:27 -07:00
  • f33b02777b tcp: (fixes #2392) patch commit 12096:8044a6a0db22 for SYN retx Natale Patriciello 2016-05-06 18:15:30 -07:00
  • 8376fea887 aodv: (re-fixes #1911) AODV doesn't work with more than one NetDevice Tommaso Pecorella 2016-05-06 20:25:46 +02:00
  • 0646f9b1b1 wifi: (fixes #2378) Properly reset A-MPDU variables if PLCP preamble/header reception failed Sébastien Deronne 2016-05-05 12:17:12 +02:00
  • 832ff48e76 wifi: Configurable gnuplot bounds in MinstrelHtWifiManagerExample Sébastien Deronne 2016-05-05 11:44:38 +02:00
  • 9817e9d70f wifi: Add msg to asserts related to incorrect MCS and NSS combination Sébastien Deronne 2016-05-05 11:43:06 +02:00
  • a0424d7506 waf: (fixes #2387) Fix check-profile command Tom Henderson 2016-05-03 18:01:19 -07:00
  • 660bb7b592 bindings: (fixes #2395) Upgrade pybindgen for Python >=3.5 fix Tom Henderson 2016-05-03 17:59:47 -07:00
  • b6c47e6cea tcp: (fixes #2392) SYN advwin should not be scaled Natale Patriciello 2016-04-27 15:31:39 +02:00
  • dc6e0525d4 tcp: TCP Bic test uses a Simulator instance Natale Patriciello 2016-04-26 15:28:37 +02:00
  • d7d5575dc1 internet: (fixes #2383) IPv4 header for reassembled packets reports a wrong payload size. Tommaso Pecorella 2016-04-22 02:27:25 +02:00
  • 430c75cbc2 examples: Add missing dependency Tom Henderson 2016-04-20 16:32:18 -07:00
  • 09b61f42d0 examples: Add missing dependency Tom Henderson 2016-04-20 16:30:20 -07:00
  • 583ff29051 flow-monitor: (fixes #2375) Flowmonitor parse crashes when no pkt is received Tommaso Pecorella 2016-04-21 00:38:48 +02:00
  • 3b4e3ba53d internet: (fixes #2377) SocketIpTosTag and SocketIpv6TclassTag may be added twice in UDP Stefano Avallone 2016-04-20 00:18:21 +02:00
  • e32a77a5e9 internet: added test for TCP Bic Anh Nguyen 2016-04-18 17:22:51 +02:00
  • 5aaeb0103c internet: Added TCP Bic Natale Patriciello 2016-04-18 17:21:45 +02:00
  • e1d2bd27e1 internet: added TCP Veno Anh Nguyen 2016-04-18 17:20:17 +02:00
  • 58413eb0d3 internet: added TCP Scalable Anh Nguyen 2016-04-18 17:18:37 +02:00
  • 8bb8fe1904 internet: added TCP Vegas Anh Nguyen 2016-04-18 17:17:09 +02:00
  • e546aeb562 internet: added last acked seq in tcp Anh Nguyen 2016-04-18 17:14:01 +02:00
  • 786dc1793e internet: Moved nextTxSeq in TCB Anh Nguyen 2016-04-18 17:13:33 +02:00
  • 0930cf590e internet: Moved highTxMark in TCB Natale Patriciello 2016-04-18 17:04:46 +02:00
  • 900c724a3f internet: Added CongestionStateSet API to cong-ops.h Anh Nguyen 2016-04-18 17:04:13 +02:00
  • c57480c106 internet: documentation on congestion algorithms Natale Patriciello 2016-04-18 17:03:06 +02:00
  • 4c4acc74b1 bug 2374: The TapFdNetDeviceHelper does not seem to work in ns-3.25. (fix by Tommaso Pecorella) Alina Quereilhac 2016-04-16 13:58:17 +02:00
  • 5d288cb14c network: doxygen fixes Tommaso Pecorella 2016-04-07 01:50:23 +02:00
  • b5245c59ae traffic-control: doxygen fixes Tommaso Pecorella 2016-04-07 00:33:40 +02:00
  • 23d3d0c46d internet: doxygen fixes Tommaso Pecorella 2016-04-07 00:24:47 +02:00
  • 32754b8a5a [doc] Remaining doxygen warnings on core. Peter D. Barnes, Jr. 2016-04-06 09:50:57 -07:00
  • 0d0089ae51 [docs] Replace \inferred with \deduced to align with commit 6769680336c8 Peter D. Barnes, Jr. 2016-04-06 09:40:39 -07:00
  • 2949239b11 internet: (fixes #2057) ARP and Ndisc caches should be updated by receiving valid L3 packets Tommaso Pecorella 2016-04-04 22:23:40 +02:00
  • 4e46fcda55 lr-wpan: (fixes #2347) Ascii traces are hooked to the wrong traces Tommaso Pecorella 2016-03-31 23:31:50 +02:00
  • a97cac4d28 sixlowpan: (fixes #2346) CompressionThreshold limit can be violated Tommaso Pecorella 2016-03-24 20:54:02 +01:00
  • 6d44eb0f4e documentation: Update for new release cycle Tom Henderson 2016-03-23 23:53:51 -07:00
  • 82d69aecd4 Added tag ns-3.25 for changeset 3316e06767e7 Tom Henderson 2016-03-23 21:16:57 -07:00
  • 9e4648c2f9 documentation: Update RELEASE_NOTES Tom Henderson 2016-03-23 21:15:10 -07:00
  • 64c09a05d7 documentation: Fix wifi formatting errors Tom Henderson 2016-03-23 21:12:49 -07:00
  • 83849408b3 documentation: Fix duplicate explicit target name warning Tom Henderson 2016-03-23 11:44:58 -07:00
  • 021b9ee3ff documentation: Fix warning about literal without end-string Tom Henderson 2016-03-23 11:38:41 -07:00
  • 472b2eb383 documentation: Update and extend TCP documentation Tom Henderson 2016-03-23 11:37:18 -07:00
  • cdec2e2664 lte: (fixes clang) remove unused variable from a test. Tommaso Pecorella 2016-03-22 23:24:19 +01:00
  • 8a48d55d64 documentation: (issue #2343) Clarify Duration/ID setting Tom Henderson 2016-03-21 22:25:34 -07:00
  • a9fc4b5adc traffic-control: Add additional example documentation Tom Henderson 2016-03-21 22:11:53 -07:00
  • a876945fcc traffic-control: Enhance example to show a RedQueueDisc config Pasquale Imputato 2016-03-21 22:05:02 -07:00
  • 3550057f1a rescan all Python bindings Tom Henderson 2016-03-21 22:02:32 -07:00
  • a09228c469 wifi: Rescan bindings Sébastien Deronne 2016-03-21 21:06:51 +01:00
  • 11847e5332 wifi: (fixes #2338) Improve and fix control answer rate selection Sébastien Deronne 2016-03-21 20:51:12 +01:00
  • 4d3c98e210 documentation: Update CHANGES.html for changed behavior Stefano Avallone 2016-03-20 10:17:43 -07:00
  • 54fb553bf4 traffic-control: (fixes #2340) RED queue limit for bytes mode was incorrect Stefano Avallone 2016-03-17 17:49:05 -07:00
  • c2431ce04a wifi: Add class Doxygen Matias Richart 2016-03-16 15:11:06 -07:00
  • 843a8abf5e wifi: Fix file permissions Tom Henderson 2016-03-16 13:31:35 -07:00
  • 52eea7895d documentation: Move TapBridge to separate chapter Tom Henderson 2016-03-15 17:24:13 -07:00
  • 16b2f4fd09 documentation: Update references to latest release Tom Henderson 2016-03-15 17:23:44 -07:00
  • 083a670aea wifi: (fixes #2337) Replace channel width value units in MHz in WifiPhy (reported by Ali Rostami) Sébastien Deronne 2016-03-15 23:51:42 +01:00
  • fc973f2f4f wifi: Remove hardcoded nss in WifiPhy::GetPayloadDuration Sébastien Deronne 2016-03-15 23:47:58 +01:00
  • 9c2793c042 traffic-control: Actually set the queue size in the codel-vs-pfifo-basic-test example Pasquale Imputato 2016-03-15 10:25:58 -07:00
  • 90de951d02 add another tested platform Tom Henderson 2016-03-15 10:24:34 -07:00
  • bc42db8608 fix typo Tom Henderson 2016-03-15 10:22:25 -07:00
  • 5aef189abb network: Update queue documentation Stefano Avallone 2016-03-15 10:21:49 -07:00
  • d35a77d95a wifi: Add MIMO support in minstrel-ht Matias Richart 2016-03-14 21:56:49 -07:00
  • 0b224fbdba wifi: Set same capabilities in transmitter and receiver Matias Richart 2016-03-14 16:02:45 -07:00
  • 6c2841607b traffic-control: Update documentation Stefano Avallone 2016-03-14 15:58:26 -07:00
  • b4fe088aca uan: (fixes #1631) fix Acoustic Modem drawn energy calculation. Tommaso Pecorella 2016-03-14 19:28:26 +01:00
  • 27d5c24e81 netanim: Update release version Tom Henderson 2016-03-14 06:41:52 -07:00
  • ca9fc74c02 wifi: 802.11-5MHz fixed in Ideal and MinstrelHt examples Matias Richart 2016-03-13 14:37:04 +01:00
  • 1f5c42c0c8 update CHANGES.html Tom Henderson 2016-03-12 17:37:12 -08:00
  • 9941e75c5e update RELEASE_NOTES Tom Henderson 2016-03-12 17:37:01 -08:00
  • 6dbc04fe3d update AUTHORS list Tom Henderson 2016-03-12 17:36:52 -08:00
  • d7908a8c7d wifi: Rescan bindings Tom Henderson 2016-03-12 17:29:03 -08:00