Christoph Döpmann
6bfbef9f30
internet: Explicitly cast a floating point computation (related to bug #2658 )
2017-06-03 11:46:52 -07:00
Christoph Döpmann
652291722f
core: ( fixes #2658 ) Avoid unexpected TracedValue type conversions
2017-06-03 11:42:01 -07:00
Tom Henderson
7eab0b51c9
point-to-point: ( fixes #2556 ) Avoid modification of transmitted packets
...
Packets sent to channel may later be modified by calling device. Possible
solutions are to copy before or after sending the packet to the channel.
Adopted solution similar to YansWifiChannel; a Ptr<const Packet> is instead
passed to the channel object, and channel object is responsible for copy.
2017-06-03 08:10:44 -07:00
Tom Henderson
8a395dc05a
csma: ( fixes #2556 ) Avoid modification of transmitted packets
...
Packets sent to channel may later be modified by calling device. Possible
solutions are to copy before or after sending the packet to the channel.
Adopted solution similar to YansWifiChannel; a Ptr<const Packet> is instead
passed to the channel object, and channel object is responsible for copy.
2017-06-03 07:59:20 -07:00
Tom Henderson
222b2778aa
wimax: Relax assumption of current state when receiving a ranging response
...
The changeset 12906:98ce80ed995f fixed a bug in the assert, but the check
for == SS_STATE_WAITING_RNG_RSP appears to be too strict, as the device
may have moved to another state. Review of wimax examples and tests shows
that this device may be in states 4, 5, 6, 7, or 8 when this message
is received, so the assert condition was relaxed.
2017-06-03 06:56:21 -07:00
Rohit P. Tahiliani
c1e2312e2a
examples: ( fixes #2520 ) TCP variant not configured in wifi-tcp.cc
2017-06-02 22:40:33 -07:00
Rohit P. Tahiliani
604b537c2f
examples: ( fixes #2568 ) Avoid enumerating TCP variants
2017-06-02 22:38:17 -07:00
Peter D. Barnes, Jr.
923f022b5f
Make asserts actually check the state, fixing warning from gcc-7
2017-06-02 17:13:54 -07:00
Menglei Zhang
f5f951d9c8
lte: ( fixes #2731 ) Allow retranmission in RLC AM when PR timer expires and vtS is overflowed
2017-06-02 19:52:33 +02:00
Robert Ammon
d5b7812381
lte: Additional doxygen corrections (patch set 5)
2017-06-02 14:45:29 +02:00
Peter D. Barnes, Jr.
25c3a567e1
fix buffer underflow warning from gcc-7
2017-06-01 16:57:22 -07:00
Peter D. Barnes, Jr.
c4e725e55e
bug 2736: revert from r11086
2017-06-01 16:27:30 -07:00
Alexander Krotov
1795aa0ed8
lte: Typo fix: "freuquencies" → "frequencies"
2017-06-01 14:36:19 +03:00
Alexander Krotov
dcb6998900
lte: Make EARFCN variables 32-bit in lte-test-earfcn.cc
2017-06-01 14:35:49 +03:00
Alexander Krotov
e0e9127c6d
lte: Comment fix: s/expec/expect/
2017-06-01 14:06:54 +03:00
Tommaso Pecorella
3a651df87d
Routing sphynx documentation upgrades
2017-05-28 22:22:41 +02:00
Tommaso Pecorella
4bcec242c5
network: doxygen updates
2017-05-28 19:46:38 +02:00
Mohit P. Tahiliani
0c745d244d
traffic-control: Remove duplicate test case in RED test suite
2017-05-28 22:15:20 +02:00
Mohit P. Tahiliani
be47e2d5b5
traffic-control: Improve comments in RED
2017-05-28 19:59:52 +02:00
Tom Henderson
6e8891669b
traffic-control: Improve documentation
2017-05-28 19:37:55 +02:00
Stefano Avallone
ee496a5f4b
traffic-control: Rescan python bindings
2017-05-28 10:21:54 +02:00
Stefano Avallone
83518b6444
traffic-control: Cleanup of some RED private methods
2017-05-28 10:21:48 +02:00
Nichit Bodhak Goel
4ff9a97d0c
traffic-control: Add Nonlinear RED
2017-05-28 10:21:43 +02:00
Sourabh Jain
2732d27e75
traffic-control: Add Feng's Adaptive RED
2017-05-28 10:21:38 +02:00
Stefano Avallone
6c0840352d
traffic-control: Add the mq queue disc
2017-05-28 10:21:32 +02:00
Alexander Krotov
4bbf7c5e1b
test.py: ( fixes #2743 ) Treat memory leaks as errors without parsing valgrind output
...
Valgrinds prints LEAK SUMMARY even if leak is suppressed. Instead of
parsing valgrind output, which is error prone, it is possible to make
valgrind treat leaks as errors by passing "--show-leak-kinds=all"
argument.
2017-05-24 18:41:21 +03:00
Alexander Krotov
f05e1e651d
lte: Comment fixes
2017-05-25 18:55:21 +03:00
Tom Henderson
c694902493
bindings: ( fixes #2742 ) Handle pybindgen release versions
2017-05-25 08:02:44 -07:00
Robert Ammon
39f4b63dc0
wimax: Fix additional Doxygen warnings
2017-05-25 07:59:28 -07:00
Alexander Krotov
c024e94a14
lte: Fix a typo: s/nuber/number/
2017-05-25 14:52:52 +03:00
Alexander Krotov
b786ec3002
lte: Fix a typo: s/Componet/Component/
2017-05-24 17:02:17 +03:00
Tommaso Pecorella
5e19bd4b23
network: doxygen updates (partial)
2017-05-22 01:22:58 +02:00
Tommaso Pecorella
296a101521
nix-vector-routing: complete doxygen documentation
2017-05-21 11:39:05 +02:00
Tommaso Pecorella
70d2462a17
internet: ( fixes #2741 ) IPv4 fragmentation fails when re-fragmenting a previous last fragment.
2017-05-20 19:47:42 +02:00
Alexander Krotov
e31ae85028
wifi: Fix comments in DcfManager
2017-05-16 15:35:15 +03:00
Tom Henderson
d9b8695742
config-store: Doxygen updates (based on Robert Ammon's original patch)
2017-05-14 21:26:26 -07:00
Tommaso Pecorella
c29b7c953b
dsr: rescan bindings
2017-05-15 03:39:13 +02:00
Tommaso Pecorella
fcedeea0cf
dsr: doxygen updates
2017-05-15 02:36:07 +02:00
Peter D. Barnes, Jr.
dfe5fb5ca9
tcp: doxy: correct formal args in callback typedef
2017-05-12 10:29:43 -07:00
Tom Henderson
1030751455
wifi: Break reference cycles for valgrind
2017-05-12 07:41:42 -07:00
Tom Henderson
be2f49a23e
aodv: Rescan bindings
2017-05-11 13:17:33 -07:00
Tom Henderson
7600254f3d
aodv: Fix some misspelled methods
2017-05-11 12:59:17 -07:00
Robert Ammon
8e57835333
aodv: Fix various Doxygen and coding style issues
2017-05-11 11:54:04 -07:00
Robert Ammon
31bad4422d
aodv: Fix Doxygen warnings
2017-05-11 11:53:24 -07:00
Robert Ammon
d795a4bb47
aodv: Fix various coding style issues
2017-05-11 11:10:25 -07:00
Tom Henderson
4e6e202437
netanim: Convert file to unix format
2017-05-11 10:56:36 -07:00
Robert Ammon
204bf06994
lte: Doxygen fixes
2017-05-11 10:53:33 -07:00
Robert Ammon
85d28fa217
dsr: Fix doxygen typo
2017-05-11 10:45:43 -07:00
Robert Ammon
84cbc0a0cf
olsr: Doxygen fixes
2017-05-11 10:43:36 -07:00
Robert Ammon
bca75201d9
wifi: Doxygen fixes
2017-05-11 10:42:41 -07:00