Commit Graph

11851 Commits

Author SHA1 Message Date
Natale Patriciello
e4e6dad2d0 internet: (fixes #2247) limited transmit after first dupack 2016-02-04 10:16:24 +01:00
Tommaso Pecorella
7c076755f3 network: rescan Python bindings 2016-02-03 22:48:23 +01:00
Tommaso Pecorella
ae20077ec5 internet: fix to commit c18dbc505385 - signed / unsigned comparison 2016-02-03 22:47:25 +01:00
Tommaso Pecorella
c63f0e286c internet: (fixes #2273) WeakEs model should be enforced in Static and Global routing 2016-02-03 22:14:12 +01:00
Tommaso Pecorella
e766af3114 internet: (fixes #2279) Ipv[4,6]L3Protocol::GetInterfaceForDevice speedup.
Huge thanks to Christian Kreuzberger <s4ko88@gmail.com> for the suggestions and the tests.
2016-02-03 21:41:30 +01:00
Tommaso Pecorella
b68cfde5b4 network: (fixes #2266) NixRouting info are not copied during a packet fragmentation. 2016-02-03 21:37:41 +01:00
Tommaso Pecorella
65056f8897 nix-vector-routing: (fixes #2252) Nix needs StaticRouting to work.
NixVectorRouting doesn't need anymore to be used along with StaticRouting.
2016-02-03 21:35:37 +01:00
Matt
75f98f9b27 network: (fixes #2286) Support for SLL header (de)serialization 2016-02-03 21:32:43 +01:00
Ankit Deepak
2e82e0a948 Port Python programs to Python 3 2016-02-01 15:27:31 -08:00
Tom Henderson
e45db80b8b core: (documentation) fix stale code sample 2016-02-01 14:52:17 -08:00
Tom Henderson
aa1307e844 [Doxygen] - Fix header class bad copy-paste 2016-01-31 20:02:40 +01:00
Tom Henderson
2ce2f22007 fix typos in attribute section of manual 2016-01-27 22:29:00 -08:00
Tom Henderson
bdc848950d update documentation for Waf shell command syntax 2016-01-27 22:18:19 -08:00
Tom Henderson
8db3931511 enable UINT32_MAX macro for C99 compilers 2016-01-24 21:17:30 -08:00
Nicola Baldo
0289815ebb Bug 2274 - Nakagami Propagation Loss Model Doesn't Work Properly 2016-01-25 00:58:38 +01:00
Tom Henderson
a26ecf4b24 rescan internet bindings 2016-01-22 11:18:58 -08:00
Tom Henderson
60e516c4d1 make private members private 2016-01-22 11:18:44 -08:00
Natale Patriciello
d674340fff [tcp] manual updated 2016-01-22 16:29:09 +01:00
Natale Patriciello
8582e9e08a [BUG 2247] Disabled Fast Retransmit after RTO 2016-01-22 16:28:47 +01:00
Natale Patriciello
315f1fa74a [BUG 2068] Window scale moved in DoForwardUp method 2016-01-22 16:18:47 +01:00
Natale Patriciello
d17168bc7e [BUG 2068] Timestamp option conforms to RFC 7323 2016-01-22 16:15:58 +01:00
Natale Patriciello
d3198a5795 [BUG 2262] Corrected initial ssthresh value 2016-01-22 15:18:33 +01:00
Natale Patriciello
ed6a6d6f03 adopted RFC 7323 naming convention in window scale option 2016-01-22 15:17:04 +01:00
Natale Patriciello
83665ea6ff [BUG 2258] Discarded segments should not update options and rtt 2016-01-22 14:57:10 +01:00
Matt
a37b455fc5 Reference ackNumber through a variable
Signed-off-by: Natale Patriciello
2016-01-22 14:55:22 +01:00
Anh Nguyen
18fd68487a Added API to retrieve TCP option len in TCP header 2016-01-22 14:30:39 +01:00
Natale Patriciello
5a9226b12d Enforced coding style for tcp-socket-base 2016-01-22 14:29:07 +01:00
Tommaso Pecorella
a355c05f3c Bug 2272 - SixLowPan NetDevice can not send uncompressed packets larger than 802.15.4 MTU 2016-01-20 00:33:47 +01:00
Tom Henderson
6f21c413bc add figures to main documentation build 2016-01-16 08:14:40 -08:00
Sébastien Deronne
7a51324391 Bug 2267: Wrong channel bandwidth value in pcap files 2016-01-16 12:08:46 +01:00
Tommaso Pecorella
2adaf7d53e Bug 2254 - Ipv[4,6]RawSocket can return the wrong number of bytes sent - revert some changes for Linux compatibility. 2016-01-15 18:36:11 +01:00
Tom Henderson
fcf0b6eb98 improve error rate model logging and doxygen 2016-01-14 14:55:16 -08:00
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