Tom Henderson
33511eb3a9
bug 2259: include test programs for future reference
2016-01-14 14:35:22 -08:00
Tom Henderson
28da75bb0b
bug 2259: GSL not successfully enabled for WiFi DSSS error rate model
2016-01-14 14:30:52 -08:00
Tom Henderson
8c6a201bde
improve WifiPhy documentation
2016-01-14 14:23:17 -08:00
Tom Henderson
e2fc90a90a
update some stale tutorial info
2016-01-11 14:44:13 -08:00
Tommaso Pecorella
1df9c0d077
Bug 2257 - Ipv[4,6]InterfaceContainer::Add are not consistent
2016-01-11 21:11:54 +01:00
Tommaso Pecorella
225f738140
Bug 2254 - Ipv[4,6]RawSocket can return the wrong number of bytes sent (and again).
2016-01-11 17:43:08 +01:00
Tommaso Pecorella
7ec819da90
Bug 2254 - Ipv[4,6]RawSocket can return the wrong number of bytes sent (again).
2016-01-10 03:22:32 +01:00
Tommaso Pecorella
27b963750e
Bug 2255 - Ipv6RawSocket does not call data sent callbacks.
2016-01-09 15:28:21 +01:00
Tommaso Pecorella
5fcbe1f353
Bug 2254 - Ipv[4,6]RawSocket can return the wrong number of bytes sent.
2016-01-09 15:27:52 +01:00
Matt
75c3876132
[Waf] Improve libgcrypt detection
2016-01-08 17:21:53 +01:00
Tommaso Pecorella
045b08e7a8
RipNg: avoid calling null error callback
2016-01-08 01:43:55 +01:00
Tommaso Pecorella
add77be0ab
Add error messages to Ipv6InterfaceContainer::SetDefaultRouteInAllNodes
2016-01-08 01:38:40 +01:00
Tom Henderson
db56faaacd
fix tabs/spaces alignment of previous commit
2016-01-07 07:35:44 -08:00
Tom Henderson
610b102fa7
add waf --check-profile option
2016-01-06 09:11:14 -08:00
Tom Henderson
688f6fc721
update network bindings for changeset c1b8888412a4
2016-01-06 07:34:48 -08:00
Matt
051943a1a7
Retrieve TypeId of the instance of TcpSocketBase
...
Signed-off-by: Nat <natale.patriciello@gmail.com >
2016-01-06 10:45:35 +01:00
Matt
8c38b33c04
Initial ssTh and cWnd management fix
...
These variables can be overwritten during socket lifetime, but only
if the values are the same.
Signed-off-by: Nat <natale.patriciello@gmail.com >
2016-01-06 10:42:06 +01:00
Tommaso Pecorella
cf53134d81
Fix typo in pcap data link type enum (SSL != SLL)
2016-01-05 18:17:03 +01:00
Tommaso Pecorella
fc25dc61e6
[Doxygen] Remove deprecated LaTeX syntax in formulas.
2016-01-05 17:52:45 +01:00
Tommaso Pecorella
b328efad47
[Doxygen] Fix nix-vector routing code example
2016-01-05 17:51:43 +01:00
Tom Henderson
b84feab700
remove unrelated attribute configuration
2015-12-28 16:56:15 -08:00
Tom Henderson
e6579d37d7
update CHANGES.html
2015-12-23 09:43:13 -08:00
Tom Henderson
a361bbe345
update some stale log components
2015-12-23 09:37:56 -08:00
Tommaso Pecorella
0266b8a556
Add warnings for zero lifetime IPv6 autogenerated addresses
2015-12-22 01:41:55 +01:00
Tommaso Pecorella
f0a2ead553
Clarify RADVD use in the manual
2015-12-22 01:40:25 +01:00
Mohit P. Tahiliani
5cb339106e
Bug 2246 - Some DSR LogComponents and classes are not defined in a unique way
2015-12-19 23:55:00 +01:00
Tommaso Pecorella
39c0ae9b95
Fix empty commit in changeset 11785
2015-12-18 00:58:59 +01:00
Natale Patriciello
676f94a9ac
Updated RELEASE_NOTES
2015-12-17 12:44:25 +01:00
Natale Patriciello
5f43deca69
[BUG 1999] Invoking PointToPointChannel constructor from Remote
2015-12-17 12:43:17 +01:00
Natale Patriciello
e05449b06a
[BUG 2141] Call DataSent callback for all transmitted data
...
Thanks to Mark Keaton for discovering and analysing the bug; he provides
an initial version of the patch, which is semantically equivalent to
the one provided in this commit.
2015-12-17 12:38:13 +01:00
Matt
46733bacfa
Added libgcrypt detection. It will be used to generate sha1 hashes for MPTCP
2015-12-16 11:48:03 +01:00
Tom Henderson
491afdbe23
do not use output address parameter (possibly uninitialized) before assignment
2015-12-15 23:30:52 -08:00
Tom Henderson
c59aea3b31
avoid conversion operation on output Address parameter; a generic Address object may have been passed in
2015-12-14 17:16:43 -08:00
Tommaso Pecorella
d2f75eabbf
Update RELEASE_NOTES
2015-12-15 00:58:07 +01:00
Natale Patriciello
1b43a2e00f
Bug 2243 - TCP Socket Fork() fails to copy some parameters, causing connections to close prematurely on retransmit.
2015-12-15 00:31:00 +01:00
Tommaso Pecorella
60329bd127
[lte] remove double Gateway setup from examples - reported by Hongyu Deng
2015-12-10 23:22:21 +01:00
Tom Henderson
924dddd824
remove duplicate entry
2015-12-09 19:31:49 -08:00
Tanmay Kathpalia
72891ce064
Bug 2242 - Mobility of both sender PHY and receiver PHY set to sender mobility in lr-wpan-phy-test.cc example.
2015-12-06 01:58:53 +01:00
Tommaso Pecorella
682a789e7b
Rescan Internet and Network Python Bindings
2015-12-05 17:36:45 +01:00
Tommaso Pecorella
af53ec9619
Fix recursive call in Ipv6JoinGroup
2015-12-05 01:34:39 +01:00
Tommaso Pecorella
4caca50be2
Bug 2234 - Ipv6L3Protocol should trash multicast packets not interesting for the node
2015-12-03 00:35:35 +01:00
Tommaso Pecorella
cabc869263
Bug 2233 - Implement RFC 1222 - Strong End System Model
2015-12-02 23:37:23 +01:00
Tommaso Pecorella
8a65a4b9bd
Bug 2238 - Ipv6 routing reorganization
2015-12-02 23:33:58 +01:00
John Abraham
71088849cc
NetAnim: Move out generic wireless traces
2015-11-29 20:32:58 -08:00
Vedran Miletić
bbe8925727
Fix building with Clang 3.7 (use delete[] instead of delete)
2015-11-28 01:18:17 +01:00
Sébastien Deronne
8f8f8acc07
Bug 2193: Simulation fails when transmitting very small MPDU subframes
2015-11-27 09:46:34 +01:00
John Abraham
2a6ab1cc66
Doc: Update minimum Qt version
2015-11-26 08:54:18 -08:00
Sébastien Deronne
4b99141022
Bug 2201: Simulation fails when active probing is used in 802.11n/ac with channel bonding enabled
2015-11-22 22:51:53 +01:00
Vedran Miletić
dc841819cc
Upgrade Waf to 1.8.16
2015-11-21 22:00:14 +01:00
Tommaso Pecorella
8523d63420
IPv6 IsAll[Nodes,Routers]Multicast scope fixes
2015-11-21 18:08:59 +01:00