Wed, 22 Jul 2015 01:13:59 +0200 |
Matthieu Coudron |
Simplify ns3tcp test code used for pcap writing
|
changeset |
files
|
Wed, 22 Jul 2015 01:13:06 +0200 |
Matthieu Coudron |
Add SinkWithHeader to PcapHelper
|
changeset |
files
|
Mon, 20 Jul 2015 10:27:31 +0200 |
Alina Quereilhac |
revert changeset 4be177372dc4 (Bug 2119) due to test 'dummy-network' now crashing for OS X
|
changeset |
files
|
Wed, 15 Jul 2015 16:52:16 +0200 |
Alina Quereilhac |
Bug 2119 - valgrind leaks intermittently reported for fd-net-device dummy-network - Required SimulatorImplementationType to be set to ns3::RealtimeSimulatorImpl
|
changeset |
files
|
Mon, 13 Jul 2015 20:32:31 -0700 |
Tom Henderson |
update CHANGES.html and RELEASE_NOTES
|
changeset |
files
|
Mon, 13 Jul 2015 19:18:49 -0700 |
Tom Henderson |
rescan internet bindings
|
changeset |
files
|
Mon, 13 Jul 2015 17:58:06 -0700 |
Natale Patriciello |
Documented TCP states, moved enum inside TcpSocket
|
changeset |
files
|
Mon, 13 Jul 2015 17:57:09 -0700 |
Natale Patriciello |
Window() is now managed inside TcpSocketBase
|
changeset |
files
|
Mon, 13 Jul 2015 17:56:15 -0700 |
Natale Patriciello |
Initialize cWnd and ssTh in TcpSocketBase
|
changeset |
files
|
Mon, 13 Jul 2015 10:02:55 -0700 |
Natale Patriciello |
Moved cWnd and ssThresh inside TcpSocketBase
|
changeset |
files
|
Mon, 13 Jul 2015 08:26:43 -0700 |
Natale Patriciello |
TCP flags are now printed using string instead of numbers
|
changeset |
files
|
Mon, 13 Jul 2015 08:23:40 -0700 |
Natale Patriciello |
TcpHeader can be printed in NS_LOG messages
|
changeset |
files
|
Mon, 13 Jul 2015 08:06:38 -0700 |
Natale Patriciello |
DoForwardUp behavior unified for IPv4 and IPv6
|
changeset |
files
|
Mon, 13 Jul 2015 08:05:07 -0700 |
Natale Patriciello |
Addressed comment in CodeReview
|
changeset |
files
|
Mon, 13 Jul 2015 08:03:44 -0700 |
Natale Patriciello |
Checked style on TcpL4Protocol
|
changeset |
files
|
Mon, 13 Jul 2015 08:02:58 -0700 |
Natale Patriciello |
Const correctness enforced
|
changeset |
files
|
Mon, 13 Jul 2015 07:53:58 -0700 |
Natale Patriciello |
Duplicated code removed from Receive in TcpL4Protocol
|
changeset |
files
|
Mon, 13 Jul 2015 07:50:47 -0700 |
Natale Patriciello |
Bug 2132: If no endpoints are found for the incoming packet, the TcpL4Protocol sends an RST packet. However it was not well-formatted (missing right source, destination and ports).
|
changeset |
files
|
Mon, 13 Jul 2015 07:48:39 -0700 |
Natale Patriciello |
Documentation improvements on TcpL4Protocol
|
changeset |
files
|
Wed, 08 Jul 2015 06:58:31 -0700 |
Natale Patriciello |
Unused header removed to enable a faster compile process.
|
changeset |
files
|
Wed, 08 Jul 2015 06:50:00 -0700 |
Natale Patriciello |
Thanks to previous commits, now TcpSocketBases uses only public methods on TcpL4Protocol and the friend relation could be removed.
|
changeset |
files
|
Wed, 08 Jul 2015 06:48:40 -0700 |
Natale Patriciello |
Instead of directly manage the m_socketList member from TcpSocketBase, interact with it through public methods of TcpL4Protocol.
|
changeset |
files
|
Wed, 08 Jul 2015 06:46:54 -0700 |
Natale Patriciello |
Interface API change. This removes the (unused) Send function, and makes SendPacket (used by TcpSocketBase) a public method of the class TcpL4Protocol.
|
changeset |
files
|
Sun, 12 Jul 2015 07:45:13 -0700 |
Tom Henderson |
fix noeol in wscript
|
changeset |
files
|
Sat, 11 Jul 2015 19:02:02 +0200 |
Sébastien Deronne |
fix, improve and extend HT capabilities information element
|
changeset |
files
|
Sat, 11 Jul 2015 12:24:01 +0200 |
Sébastien Deronne |
[wave] Rebuild python bindings
|
changeset |
files
|
Sat, 11 Jul 2015 12:17:55 +0200 |
Sébastien Deronne |
[mesh] Rebuild python bindings
|
changeset |
files
|
Sat, 11 Jul 2015 11:38:29 +0200 |
Sébastien Deronne |
rebuild bindings
|
changeset |
files
|
Sat, 11 Jul 2015 11:14:24 +0200 |
Sébastien Deronne |
rename snrDb to signalNoiseDbm
|
changeset |
files
|
Sat, 11 Jul 2015 00:59:27 +0200 |
Sébastien Deronne |
improve readibility of snr values
|
changeset |
files
|
Thu, 09 Jul 2015 15:13:34 -0700 |
Peter D. Barnes, Jr. |
Remove extraneous blank lines from build chatter.
|
changeset |
files
|
Thu, 09 Jul 2015 11:35:37 -0700 |
Peter D. Barnes, Jr. |
Restore section label required for cross-linking.
|
changeset |
files
|
Fri, 10 Jul 2015 11:50:54 +0200 |
Sébastien Deronne |
fix Supported MCS Set field in HT capabilities
|
changeset |
files
|
Fri, 03 Jul 2015 18:11:05 +0200 |
Tommaso Pecorella |
Bug 1941 - [energy] Remove unnecessary dependency involving energy module
|
changeset |
files
|
Wed, 08 Jul 2015 10:03:53 +0200 |
Tommaso Pecorella |
Bug 1941 - [wave] Remove unnecessary dependency on Application module
|
changeset |
files
|
Thu, 09 Jul 2015 23:52:12 +0200 |
Tommaso Pecorella |
Bug 1941 - [mesh] Remove unnecessary dependency on Application module
|
changeset |
files
|
Fri, 03 Jul 2015 18:12:25 +0200 |
Tommaso Pecorella |
Bug 1941 - [aodv] Remove unnecessary dependency on Application module
|
changeset |
files
|
Fri, 03 Jul 2015 18:11:59 +0200 |
Tommaso Pecorella |
Bug 1941 - [olsr] Remove unnecessary dependency on Application module
|
changeset |
files
|
Thu, 09 Jul 2015 22:46:36 +0200 |
Tommaso Pecorella |
[wifi] Rebuild python bindings
|
changeset |
files
|
Thu, 09 Jul 2015 18:20:34 +0200 |
Sébastien Deronne |
rename snrDbm to snrDb
|
changeset |
files
|
Wed, 08 Jul 2015 23:52:26 +0200 |
Sébastien Deronne |
update RELEASE_NOTES
|
changeset |
files
|
Wed, 08 Jul 2015 23:44:17 +0200 |
Sébastien Deronne |
add support for HT MCS and A-MPDU in radiotap headers
|
changeset |
files
|
Wed, 08 Jul 2015 00:09:46 +0200 |
Tommaso Pecorella |
Waf - setup optimization and debug info for clang
|
changeset |
files
|
Tue, 07 Jul 2015 22:06:08 +0200 |
Vedran Miletić |
Silence Clang 3.6+ -Wno-potentially-evaluated-expression warning
|
changeset |
files
|
Tue, 07 Jul 2015 22:01:23 +0200 |
Vedran Miletić |
Use proper environment when checking for supported compiler flags
|
changeset |
files
|
Tue, 07 Jul 2015 13:37:52 +0200 |
Vedran Miletić |
Handle the case where scratch or examples directory is missing
|
changeset |
files
|
Tue, 07 Jul 2015 13:32:26 +0200 |
Vedran Miletić |
Remove unused EXAMPLE_DIRECTORIES environment variable
|
changeset |
files
|
Tue, 07 Jul 2015 12:18:59 +0200 |
Vedran Miletić |
Update waf to 1.8.12
|
changeset |
files
|
Thu, 02 Jul 2015 21:11:24 +0200 |
Sébastien Deronne |
fix HT capabilities printing in PCAP files
|
changeset |
files
|
Thu, 02 Jul 2015 12:29:48 -0700 |
Tom Henderson |
bump pybindgen version
|
changeset |
files
|
Thu, 02 Jul 2015 18:21:44 +0200 |
Tommaso Pecorella |
Bug 2124 - UdpSocketImpl::ShutdownRecv doesn't stop the Ipv[4,6]EndPointDemux
|
changeset |
files
|
Sun, 14 Jun 2015 22:30:44 +0200 |
Sébastien Deronne |
remove file execution bit on wifi source files
|
changeset |
files
|
Tue, 30 Jun 2015 18:31:43 +0200 |
Nicola Baldo |
fixed Bug 2143 - maybe-uninitialized warning
|
changeset |
files
|
Sun, 28 Jun 2015 20:24:41 -0700 |
Peter D. Barnes, Jr. |
Fix doxygen command after update to waf 1.8 in r11458, 126b15bc1efc
|
changeset |
files
|
Fri, 26 Jun 2015 11:43:48 -0700 |
Peter D. Barnes, Jr. |
Revert unintentional change of third.cc trace file names, and remove execute bits.
|
changeset |
files
|
Wed, 24 Jun 2015 21:48:29 -0700 |
Tom Henderson |
enable wifi module documentation to be built standalone
|
changeset |
files
|
Wed, 24 Jun 2015 21:39:59 -0700 |
Tom Henderson |
bug 2127: Scheduler benchmark utility works correctly in first run only (patch due to Philipp Andelfinger)
|
changeset |
files
|
Wed, 24 Jun 2015 21:36:15 -0700 |
Tom Henderson |
bug 2125: subclasses must chain up to their base class NotifyNewAggregate() method (patch due to nlmills)
|
changeset |
files
|
Wed, 24 Jun 2015 19:40:03 -0700 |
Mohit P. Tahiliani |
add second.py and third.py Python examples
|
changeset |
files
|
Wed, 24 Jun 2015 18:46:01 -0700 |
Mohit P. Tahiliani |
fix command-line argument handling in mixed-wireless.py example
|
changeset |
files
|