Commit Graph

9803 Commits

Author SHA1 Message Date
Junling Bu
e17b7be260 documentation: Correct MeshPointDevice group name 2016-09-16 10:50:12 -07:00
Tom Henderson
f46c7cb9ce fix typo 2016-09-16 20:57:12 -07:00
Tommaso Pecorella
781e693b98 mobility: add testcase for bug 2390 and fix existing testcase for WaypointMobility 2016-09-12 23:01:55 +02:00
Hossam Khader
621eae31ca mobility: (fixes #2390) AddWaypoint uses absolute time instead of relative time 2016-09-12 23:02:50 +02:00
Tommaso Pecorella
2c5f5dfd3e core: fix for pedantic compiler warnings introduced in changeset 7224ff0eb8d9 2016-09-12 23:03:16 +02:00
Tommaso Pecorella
dcb87ae4c5 internet: (fixes #2500) Ipv[4,6]RawSocket ignores IpTtl tag 2016-09-12 22:53:56 +02:00
Peter D. Barnes, Jr.
fdae292bfc Rename attributes to remove spaces
Such attribute names are no longer permitted based on bug #2344 fix
2016-09-10 14:29:14 -07:00
Peter D. Barnes, Jr.
4f64f9e28a core: (fixes #2344) Attribute names can't have spaces 2016-09-10 14:12:52 -07:00
Peter D. Barnes, Jr.
b46530a6b6 core: (fixes #2149) Deprecated Attributes and TraceSources
Patch based on earlier patch proposal from Natale Patriciello
2016-09-10 14:08:54 -07:00
Randall Plate
5d806ce34d uan: (fixes #2488) Error in UanPdp::SumTapsFromMaxNc for single tap 2016-09-07 21:51:45 -07:00
Tom Henderson
1dfa5ee603 wifi: Improve ascii printing of A-MPDU subframe 2016-09-10 11:49:37 -07:00
Tommaso Pecorella
bd12fc2c49 aodv: rebuild Python bindings 2016-09-10 01:56:55 +02:00
Tommaso Pecorella
e2c6a53921 aodv: regenerate test traces 2016-08-21 21:40:36 +02:00
Tommaso Pecorella
e0db27aa4a aodv: makes variables names code style compliant 2016-08-21 21:20:16 +02:00
Andrea Lupia
d6f671e834 aodv: (fixes #2123) AODV doesn't use / honor IP TTL in the RREQ / RREP 2016-09-10 01:52:53 +02:00
Tom Henderson
0dd8e2f620 [build] Partial fix for warnings revealed by changeset 865b0fc5e241
Rewrite logic to work around ./ns3/basic-data-calculators.h:190:11: error: assuming signed overflow does not occur when simplifying conditional to constant [-Werror=strict-overflow]
2016-09-05 11:36:53 -07:00
Tom Henderson
4d677cb2e7 [build] Partial fix for warnings revealed by changeset 865b0fc5e241
'Enable -Wstrict-overflow for G++ >= 4.8.1' revealed some issues.
2016-09-04 21:56:48 -07:00
Peter D. Barnes, Jr.
18e8001aaa [core] Fix compilation errors from new NS_DEPRECATED function macro in r 12293 [57597d3fb31e]
Remove function macro and return to simple tag.  GCC can have the
attribute in front of the function declaration, matching Windows.
2016-09-03 18:13:21 -04:00
Peter D. Barnes, Jr.
4f05e5297b [internet] Include 'ns3/private' instead of '../model/' 2016-09-03 01:16:44 -04:00
Peter D. Barnes, Jr.
2fa3c9bbc6 [des-metrics] Missing include. 2016-09-03 01:06:28 -04:00
Peter D. Barnes, Jr.
516b8b2ff9 [core] Document CommandLine feature request. 2016-09-03 00:56:53 -04:00
Peter D. Barnes, Jr.
d58a3b8863 [core] Improve GlobalValue documentation. 2016-09-03 00:52:50 -04:00
Peter D. Barnes, Jr.
ba7ae20fb5 [core] Fix compilation error introduced in r12295 [e1451373c0b6] 2016-09-02 23:12:36 -04:00
Peter D. Barnes, Jr.
c36606a7b9 [core] TypeId::LookupTraceSourceByName overload to return TraceSourceInformation 2016-09-02 22:49:14 -04:00
Peter D. Barnes, Jr.
8d7160380e DES Metrics implementation. 2016-09-02 22:40:07 -04:00
Peter D. Barnes, Jr.
38632b0e18 Add CommandLine to all examples 2016-05-27 01:24:32 -04:00
Peter D. Barnes, Jr.
a165e2edec [core] Refactor type-id.cc logging 2016-09-02 22:13:51 -04:00
Peter D. Barnes, Jr.
ab4ddafe28 [network] Clarify logging macros 2016-09-02 22:08:32 -04:00
Peter D. Barnes, Jr.
71902a017a Use new NS_DEPRECATED function macro 2016-09-02 22:06:27 -04:00
Peter D. Barnes, Jr.
b5b2b5398a [core] Show string args as quoted strings in NS_LOG_FUNCTION 2016-09-02 21:47:53 -04:00
Peter D. Barnes, Jr.
25c02db88c [core] restore NS_DEPRECATED functionality 2016-09-02 21:46:31 -04:00
Peter D. Barnes, Jr.
84cd2d224c [doc] ref-count-base files 2016-09-02 21:43:51 -04:00
Stefano Avallone
8255f5523b applications: (fixes #2474) Make Udp[Echo|Trace]Client work with Inet[6]SocketAddresses 2016-09-02 09:31:40 +02:00
Alexander Krotov
4b466d7cd0 Do not return destroyed Buffer iterator from ItemIterator::Next 2015-08-31 17:10:52 +03:00
Tom Henderson
33e9f590d5 network: (fixes #2069) Avoid integer overflow in ByteTagList
Fix is due to xnuvtv@imgof.com
2016-09-01 18:07:05 -07:00
Tom Henderson
0da7b9f3d4 wifi: copy Packet to allow multiple devices to modify 2016-09-01 16:24:39 -07:00
Lynne Salameh
5703ee607e tcp: (fixes #2484) corrected the exit from CA_LOSS 2016-08-30 09:29:25 +02:00
Natale Patriciello
d980503e68 tcp: count bytes only for new acks 2016-08-30 09:28:43 +02:00
Natale Patriciello
b41965cab6 tcp: Added FastRetransmit method to TcpSocketBase 2016-08-30 09:28:20 +02:00
Natale Patriciello
12284e953d tcp: Added LimitedTransmit method to TcpSocketBase 2016-08-30 09:27:47 +02:00
Natale Patriciello
89eb614858 tcp: Added DupAck method to TcpSocketBase 2016-08-30 09:26:42 +02:00
Natale Patriciello
d78fb0d2c2 tcp: (fixes #2401) Deserialized len in TcpHeader 2016-08-30 09:24:18 +02:00
Natale Patriciello
7e1c1a5238 tcp: (fixes #2486) Corrected tracing of nextTxSeq 2016-08-30 09:21:04 +02:00
Tom Henderson
0fac8350da mpi: (reopens #2437) revert changeset ffd079a4b2e4
The option -Wno-literal-suffix is not available on clang.  Bug 2437 has
outline of alternative conf.check solution to be pursued instead.
2016-08-28 08:35:25 -07:00
Alexander Krotov
fe013cfcd6 stats: (fixes #2480) Use SQLite prepared statements 2016-08-28 08:02:52 -07:00
Alexander Krotov
cedee9ea0e documentation: (fixes #2481) Missing or incorrect group names 2016-08-28 08:00:43 -07:00
Tom Henderson
2f28d0005f wifi: Fix SpectrumWifiPhy valgrind issues 2016-08-28 06:26:29 -07:00
Peter D. Barnes, Jr.
cc9ea12573 core: refix problem with temporary variable
This amends r12238 (271042c52437)
2016-08-26 09:46:16 -07:00
Tom Henderson
9c2389c41a bindings: Rescan all bindings 2016-08-26 08:04:44 -07:00
Tom Henderson
1252e2e1a7 traffic-control: Call Simulator::Destroy() on tests involving CoDel
CoDel calls Simulator::Now (), so tests should call Simulator::Destroy ()
to clean up.
2016-08-25 10:52:25 -07:00