Commit Graph

14294 Commits

Author SHA1 Message Date
Tom Henderson
da1b41ed1f tcp: Ensure that congestion state is set after every notification 2019-09-25 18:34:04 -07:00
Tom Henderson
1eacc2fc0b tcp: Improve some doxygen comments 2019-09-25 18:33:40 -07:00
Sébastien Deronne
2065242884 wifi: Fix wrong GI in TXVECTOR used in some tests 2019-09-25 15:16:40 +02:00
Tom Henderson
19e6ba2201 wifi: (fixes #84) Removing wrong header due to copy-paste error 2019-09-19 10:26:23 -07:00
Tom Henderson
51548de588 docs: Remove obsolete tutorial-pt-br translation 2019-09-18 13:30:16 -07:00
Tom Henderson
85212c63cd docs: Update git workflow and release procedure 2019-09-18 13:20:52 -07:00
Tom Henderson
35c78e5735 Merge ns-3.30.1-release branch 2019-09-18 10:46:44 -07:00
Tom Henderson
82c05e41a0 Update RELEASE_NOTES for ns-3.30.1 2019-09-18 10:37:36 -07:00
Tom Henderson
9a6f0bcde9 Update VERSION for ns-3.30.1 release 2019-09-18 10:37:28 -07:00
Tom Henderson
df43813a96 Update AUTHORS file 2019-09-16 07:10:15 -07:00
Tom Henderson
69a30ad42c Remove tabs and fix whitespace 2019-09-16 07:09:47 -07:00
Stefano Avallone
7c1645ee28 applications: Cancel pending events when disposing an OnOffApplication object 2019-09-12 10:16:03 +02:00
Stefano Avallone
cc32d7e96a wifi: (fixes #77) Fix abort condition in VhtCapabilities::SetMaxMpduLength
Thanks to Krishna Bharadwaj for spotting this bug
2019-09-12 10:07:42 +02:00
Stefano Avallone
e9022846f6 wifi: (fixes #79) Block Ack manager uses the originator block ack window 2019-09-12 10:07:42 +02:00
Stefano Avallone
f9089161e1 wifi: Add unit test for originator block ack window 2019-09-12 10:07:42 +02:00
Stefano Avallone
698abc5d5d wifi: OriginatorBlockAckAgreement uses a Block Ack window 2019-09-12 10:07:42 +02:00
Stefano Avallone
333c58765a wifi: Add a BlockAckWindow class 2019-09-12 10:07:42 +02:00
Stefano Avallone
7eae5c8387 wifi: Schedule a BAR (if needed) when requesting channel access 2019-09-12 10:07:42 +02:00
Tommaso Pecorella
5b4527e695 internet: (fixes #62) ICMP handle time exceed responses. 2019-09-05 22:45:23 +00:00
Jack Higgins
1483b8b228 internet: (fixes #62) ICMP handle time exceed responses. 2019-09-05 22:45:23 +00:00
Eduardo Abinader
01582e9850 tutorial: fix text on tracing chapter 2019-09-03 12:46:02 +02:00
Alexander Krotov
5de272fa18 Fix a typo in the comment ("freed ip") 2019-09-03 12:29:58 +03:00
Tommaso Pecorella
8d2eca14a8 Remove c++11 deprecated ptr_fun and bind2nd 2019-08-25 14:00:52 +00:00
Tommaso Pecorella
c3130258d8 Remove c++11 deprecated ptr_fun and bind2nd 2019-08-25 14:00:52 +00:00
Tommaso Pecorella
69986b1b09 Merge branch 'patch-1' into 'master'
🐛 Missing ()

See merge request nsnam/ns-3-dev!92
2019-08-25 13:56:16 +00:00
Gustavo Rezende
387ffd55a1 🐛 Missing () 2019-08-23 17:56:45 +00:00
Tom Henderson
ae03dbbf6d Update RELEASE_NOTES and CHANGES.html 2019-08-23 14:39:48 +01:00
Tom Henderson
c972449f77 build: (workaround for #16) Make Waf default to Python 3 2019-08-21 13:26:32 -07:00
Tom Henderson
74ec793057 Update CHANGES.html and RELEASE_NOTES 2019-08-13 11:05:29 -07:00
Tom Henderson
c73facdbf6 Update release_steps.txt for GitLab.com and Jekyll changes 2019-08-13 11:04:47 -07:00
Tom Henderson
cdedc7aea8 documentation: Update tutorial references to 3.30 release 2019-08-13 11:02:46 -07:00
Tom Henderson
72f34b0826 Update AUTHORS list 2019-08-12 19:43:36 -07:00
Tom Henderson
80839b33e4 bindings: Rescan all APIs 2019-08-12 17:00:41 -07:00
Tom Henderson
bd376b4535 Update CHANGES.html and RELEASE_NOTES 2019-08-12 16:59:59 -07:00
Tom Henderson
40fc2d22bb build: Make wscript changes to default to Python 3 2019-08-12 16:59:40 -07:00
Tom Henderson
27067cabd9 build: Upgrade Waf to 2.0.18 2019-08-12 16:58:30 -07:00
Tom Henderson
0258405cc6 build: Upgrade scripts to Python 3 (many changes due to Ankit Deepak) 2019-08-12 16:55:34 -07:00
Tom Henderson
2b10629465 bindings: Update package version numbers for API scanning 2019-08-12 16:41:07 -07:00
Alexander Krotov
8a9409426d Partially update python bindings generation code for Python 3 2019-08-10 17:03:53 +03:00
Alexander Krotov
22ddb8ce35 Fix libgcrypt-config configuration message 2019-08-10 02:35:01 +03:00
Tom Henderson
2efb7daee1 lte: Avoid valgrind warning of uninitialized value 2019-08-08 12:37:17 -07:00
Eduardo Pinto
5b34c908f0 uan: Fix MAC address variable shadowing in subclasses 2019-08-07 06:02:57 -07:00
Eduardo Abinader
6f075d4949 documentation: correct text on building topologies section 2019-08-01 12:17:03 +02:00
Tom Henderson
109f1f909a visualizer: (fixes #70) Update configuration of GooCanvas.CanvasEllipse 2019-07-17 10:09:58 -07:00
Muhammad Inamullah
db572034eb wifi: (fixes #30) Sequence number wrap around in MacLow::ReceiveMpdu 2019-07-07 22:00:13 -07:00
Tom Henderson
ed2d7f02fc aodv: Reduce default node separation to account for wifi model changes
The addition of a default ThresholdPreambleDetectionModel with minimum
RSSI of -82 dBm made it such that the default grid step size of 100
resulted in signals too weak to pass the detection model.
2019-07-06 17:05:40 -07:00
Tom Henderson
238a75614d wifi: Fix waveform PSD in example 2019-07-06 16:44:46 -07:00
Tom Henderson
f77c7ee3f4 flow-monitor: Relax node spacing to account for wifi model changes 2019-06-25 16:17:12 -07:00
Tom Henderson
6c87dff0ea wifi: Clarify behavioral change due to preamble detection model 2019-06-25 16:15:31 -07:00
Manuel Requena
8490704c65 lte: Remove intriguing inline
GTP-C messages are not sent very often, so no need to optimize them
2019-06-18 11:49:14 +02:00