Tom Henderson
f6fc901227
rescan internet bindings
2014-09-05 18:00:05 -07:00
Anh Nguyen
a64d69ce19
documentation for CoDel queue
2014-09-04 12:33:50 -07:00
Anh Nguyen
07357e4048
examples for CoDel queue
2014-09-04 12:29:36 -07:00
Anh Nguyen
4c20e1b099
test suite for CoDel queue
2014-09-04 12:27:00 -07:00
Anh Nguyen
153479dac9
changes suggested in original code review, and aditional improvements made during 2014 GSoC project
2014-09-04 12:24:07 -07:00
Tom Henderson
16e4f9b004
move CoDel queue model to internet module
2014-09-04 12:18:19 -07:00
Natale Patriciello
07364f0e31
Support for basic TCP options, window scale, and timestamps, based on original code proposal by Adrian S.-W. Tam
2014-09-05 16:57:11 -07:00
Tom Henderson
47d531fb41
support disabling of NSC by command-line argument
2014-09-05 15:25:10 -07:00
Tommaso Pecorella
07040f354c
Improve IPv6 LL multicast interface selection
2014-08-30 18:20:10 +02:00
Tommaso Pecorella
51aa7c22a4
Improve ICMPv6 NS printing
2014-08-30 18:19:25 +02:00
Tommaso Pecorella
dda7b43d44
Bug 1967 - LL Multicast is not compressed in the right way in IPHC
2014-08-30 18:25:22 +02:00
Tommaso Pecorella
be8cd47fc8
[PyBindGen] rescan internet module
2014-08-24 17:29:26 +02:00
Tommaso Pecorella
6ac283a20b
[Doxygen] internet module fixes
2014-08-24 17:16:17 +02:00
Vedran Miletić
e22f7b5958
Make ordering of member variables in NSC TCP socket implementation header/source consistent
2014-08-18 11:56:15 +02:00
Tommaso Pecorella
894e118a3b
[PyBindGen] Rescan internet module
2014-08-14 06:34:47 +02:00
Peter D. Barnes, Jr.
49bf6a544f
[Doxygen] Fix errors; fix organization of Callback; organize Time.
2014-08-13 17:17:26 -07:00
Tommaso Pecorella
fbad78fbb4
Bug 1831 - TcpSocket SlowStartThreshold is not a TraceSource
2014-08-13 23:46:16 +02:00
Tommaso Pecorella
e3729362c9
Avoid checking all Link-Local Multicast cases in IPv6 routing
2014-07-26 13:08:33 +02:00
Lynne Salameh
691b9f892f
Bug 1955 - The IPv4 identification field should be unique per (source, destination, protocol) tuple
2014-07-20 11:29:28 +02:00
Tommaso Pecorella
6bde2bde12
Bug 1921 - Icmpv6L4Protocol::ForgeEchoRequest returns a malformed packet
2014-06-18 19:03:10 +02:00
Tommaso Pecorella
b7a3cff456
Bug 1932 - NdiscCache entry is not failsafe on double neighbor probing
2014-06-17 23:31:52 +02:00
Tom Henderson
70f3450c5e
update bindings
2014-05-30 10:07:22 -07:00
Tommaso Pecorella
d1171adee8
Clarify doxygen for [Tcp,Udp]Socket ForwardUp functions
2014-05-29 21:37:33 +02:00
Brian Swenson
7dbc7f63e4
Bug1791 patch reverted
2014-05-01 16:49:11 -04:00
Tommaso Pecorella
1c8972af9d
Bug 1817 - IPv4 Identification field should consider protocol as well.
2014-04-29 10:07:25 +02:00
Tommaso Pecorella
c75d24d0d3
RIPng - avoid spaces in ConfigStore names
2014-04-28 22:14:15 +02:00
Tommaso Pecorella
2834944fc2
Bug1829
2014-04-22 14:43:02 -04:00
Unknown
9d815d019d
Bug 1850
2014-04-22 13:58:22 -04:00
Brian Swenson
6fc2de6382
Bug 1791
2014-04-22 11:52:55 -04:00
Tommaso Pecorella
ae5bc1b527
Bug 1818: FlowMonitor needs IPv6 support
2014-04-21 11:32:45 +02:00
Peter D. Barnes, Jr.
9193ac9dd7
r10652 inadvertently undid part of these earlier commits:
...
r10646 src/internet/model/ipv4-l3-protocol.cc
r10636 src/dsr/model/dsr-options.cc
r10636 src/internet/model/icmpv6-header.cc
r10636 src/internet/model/ipv4-header.cc
2014-04-08 14:07:33 -07:00
Tommaso Pecorella
f3a3fb85b1
RIPng implementation
2014-03-17 20:01:49 +01:00
Andrey Mazo
210aefc777
Bug 1170: Formulate best practices for dealing with unused debug variables.
...
Fixed clang-3.4 unused function warnings in optimized builds like the following:
"""
../examples/energy/energy-model-example.cc:39:1: error: unused function
'PrintReceivedPacket' [-Werror,-Wunused-function]
PrintReceivedPacket (Address& from)
^
1 error generated.
"""
Implemented "if (false)" trick inside NS_LOG* macros for optimized builds.
"sizeof()" trick might be a little better but it produces the following
warning with clang-3.4:
"""
../examples/energy/energy-model-example.cc:39:1: error: function
'PrintReceivedPacket' is not needed and will not be emitted
[-Werror,-Wunneeded-internal-declaration]
PrintReceivedPacket (Address& from)
^
1 error generated.
"""
Macros from log.h, that depend on NS3_LOG_ENABLE, were moved to log-macros-enabled.h and log-macros-disabled.h to make log.h smaller.
2014-03-23 19:08:54 +04:00
Tommaso Pecorella
9b31bc95cb
Bug 1891 - UdpSocketImpl::GetSockName doesn't return the IPv6 address
2014-03-26 23:08:28 +01:00
Andrey Mazo
cb9eeb2af2
NS3_LOG_ENABLE shouldn't be forced.
...
Moreover, there is no NS_LOG* usage in these files.
2014-03-23 16:56:59 +04:00
Tommaso Pecorella
0a3856e45c
[Python Bindings] - rebuild internet and flow-monitor modules
2014-03-17 20:23:44 +01:00
Tommaso Pecorella
c04ebb1c5f
Bug 1845 - FlowMonitor should discard any broadcast/multicast packet
2014-03-17 19:44:36 +01:00
Tommaso Pecorella
7c6b38c6f4
Bug 1843 - IPv6 extensions dropped packets do not fire L3 drop trace
2014-03-17 19:43:11 +01:00
Tommaso Pecorella
03d268196b
[Manual] Calrify IPv6 address assignement
2014-03-15 21:44:06 +01:00
Tommaso Pecorella
d9a09ae2f3
Move SourceAddressSelection to Ipv6L3Protocol
2014-03-15 17:04:02 +01:00
Tommaso Pecorella
a2e81e7341
Bug 1883 - IPv6 don't consider the prefix and network when choosing output address
2014-03-15 15:35:58 +01:00
Tommaso Pecorella
4517c16fe7
Fix valgrind errors in ipv[4,6]-fragmentation tests
2014-03-11 21:50:41 +01:00
Peter D. Barnes, Jr.
a274c8ea37
[doxygen] Make introspected lists more visible, various other doxy
2014-03-10 10:57:50 -07:00
Peter D. Barnes, Jr.
cd3da7143d
[doxygen] Revert r10410, r10411, r10412
2014-03-05 17:06:59 -08:00
Rubén Martínez
bee049436d
Bug 1874 - Ipv4L3Protocol::ProcessFragment: addressCombination and idProto identifiers not properly computed
2014-03-07 22:22:31 +01:00
Tom Henderson
57ccecc74d
additional NSC documentation updates
2014-03-03 13:28:26 -08:00
Tom Henderson
661b5c9144
update NSC documentation
2014-03-03 06:49:11 -08:00
Peter D. Barnes, Jr.
3c032987f0
[Bug 1868] Optimized builds are sensitive to -fstrict-overflow
2014-03-02 00:42:05 -08:00
Tom Henderson
52da92bf5b
add DSR to the list of routing protocols
2014-02-27 06:35:58 -08:00
Tom Henderson
727fa3f326
bindings rescan (another try)
2014-02-23 13:49:13 -08:00