Commit Graph

11794 Commits

Author SHA1 Message Date
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
Tommaso Pecorella
509cd1b7df Deprecate Ipv6Address::IsAllHostsMulticast() 2015-11-21 17:59:27 +01:00
Tom Henderson
305de0c94d update AUTHORS list 2015-11-15 10:15:14 -08:00
Alexander Krotov
564ea8dbf8 Bug 2211 - Ipv{4,6}EndPoint can cause memory corruption 2015-11-15 19:11:04 +01:00
Tom Henderson
fd7c2917b5 fix broken waf --valgrind argument; also make compatible with Python 3 2015-11-15 09:15:28 -08:00
Tommaso Pecorella
7a1e9cfb7f Bug 2219 - SixLowPanNetDevice hangs trying to decode a IPv6 Fragment extension header 2015-11-14 23:23:35 +01:00
Tommaso Pecorella
3a8d1a1bda some small fixes 2015-11-11 21:52:39 -08:00
Tommaso Pecorella
d3a2524942 [Doxygen] spectrum module fixes 2015-11-11 21:46:04 -08:00
Tom Henderson
22b15e3a4c include Internet Applications in documentation build 2015-11-10 09:42:46 -08:00
Tom Henderson
dee782d182 update DSR for Ipv4Address changes in changeset 11755 2015-11-09 13:58:48 -08:00
Tommaso Pecorella
bed9c0569b Update RELEASE_NOTES 2015-11-09 22:34:41 +01:00
Tommaso Pecorella
6bd2b6f256 Moved internet-specific apps to the new internet-apps module 2015-11-09 22:32:26 +01:00
Tom Henderson
d0c55f9292 update NSC TCP tests to new TCP implementation 2015-11-08 09:37:52 -08:00
Tommaso Pecorella
09e006a8f9 Clarification about the p2p delay attribute 2015-11-01 18:48:16 +01:00
Tommaso Pecorella
c5f702a680 Bug 2176 - Building Ipv4 address from char* doesn't look reliable (cont.) 2015-11-07 23:45:53 +01:00
Sébastien Deronne
7cc8b40f88 Bug 2176 - Building IPv4 address from char* doesn't look reliable 2015-11-07 23:37:44 +01:00
Sébastien Deronne
a73970b783 Add checks when setting the HT and VHT capabilities; fix issue when a 20MHz channel width is selected in 802.11ac 2015-11-07 21:32:56 +01:00
Tommaso Pecorella
c0e874e0d3 Bug 2208 - Interface index based L4 protocols 2015-11-07 18:30:30 +01:00
Tommaso Pecorella
7907f2154e Clarify PacketTagList::Add assert message 2015-11-05 12:42:24 +01:00
Tommaso Pecorella
79982e8cf4 Print node ID and time when printing routing tables 2015-11-06 23:09:19 +01:00
Tom Henderson
a0dc9ea83a fix type mismatch and bounds checking 2015-11-05 15:48:43 -08:00
Natale Patriciello
e28ffcca41 Add fd-net-device to Models docs. 2015-11-04 18:12:25 -08:00
Sébastien Deronne
ef605df50b Fix copy-paste errors in ap-wifi-mac.cc and in sta-wifi-mac.cc 2015-11-02 18:43:56 +01:00
Tommaso Pecorella
355b210734 Bug 1761 - Rounding with olsr::EmfToSeconds 2015-10-31 22:36:02 +01:00
Tommaso Pecorella
d0a29b9c76 [wifi] Avoid to use unneeded dependencies in tests 2015-10-31 13:15:00 +01:00
Tom Henderson
d2efa6c0d6 IsLowLatency attribute is Get only 2015-10-30 17:32:11 -07:00