Lalith Suresh
a893350e83
click: fixes Bug 2290 - cannot run click examples from test.py
2016-02-10 13:31:30 +01:00
Tommaso Pecorella
827aa10487
internet: do not add documentaiton to inherited virtual functions
2016-02-09 21:45:58 +01:00
Tommaso Pecorella
61e4f41506
internet + click: Virtualized some functions common to both modules.
2016-02-09 21:16:53 +01:00
Sébastien Deronne
27b8d50aa7
wifi: fix to commit e141ae8d3fcd wrong logic
2016-02-09 18:26:34 +01:00
Tom Henderson
44c93c49ab
click: align Ipv4L3ClickProtocol with ae25cc3a0f89
...
this commit also fixes a bug uncovered by the more strict parsing
of Ipv4Address strings. In Ipv4ClickRouting::RouteOutput(), it is
possible for the string from the click routing table to contain
just a single entry, but the code was assuming a space-delimited
pair. If only a single entry is returned, the destination is now
set to "0.0.0.0".
2016-02-08 23:06:43 -08:00
Tom Henderson
4b3323ead4
click: temporarily disable running of click example
2016-02-08 23:02:08 -08:00
Tom Henderson
9be85824a6
click: Fix detection of Waf configuration variable
2016-02-08 22:43:32 -08:00
Sébastien Deronne
c4f2656d8c
wifi: Cleanup Doxygen in dcf.h
2016-02-08 23:19:52 +01:00
Sébastien Deronne
ff13bd5872
wifi: DCF manager should not reset CW when CWmin or CWmax is unchanged
2016-02-08 22:53:58 +01:00
Tom Henderson
78b873d46c
bindings: Update pybindgen version
2016-02-08 12:29:52 -08:00
Tommaso Pecorella
d9898e63d6
internet: ( fixes #2288 ) Ipv4 broadcast/multicast packets are sent on all the interfaces
2016-02-07 22:50:01 +01:00
Tommaso Pecorella
7f6c096dc8
internet: Move SourceAddressSelection from Ipv4StaticRouting to Ipv4
2016-02-07 22:43:16 +01:00
Tommaso Pecorella
dfe7129d43
network: Add IsLocalhost and IsAny to Ipv4Address
2016-02-07 22:24:16 +01:00
Tommaso Pecorella
377821fd56
internet: Add non-standard Link Down Attribute to RIPng.
...
The new attribute allows to set Link Down values greater than 16.
2016-02-07 22:32:10 +01:00
Tom Henderson
b04d1388a9
Fix click examples from commit ae504de1efb0
2016-02-07 09:07:37 -08:00
Sébastien Deronne
df88c9ba24
wifi: Update documentation for new helpers and APIs
2016-02-06 22:34:26 +01:00
Tom Henderson
bc4efbf205
nix-vector-routing: post-commit examples fix of 8c4b901ce891
2016-02-06 12:01:47 -08:00
Sébastien Deronne
3d672f79c7
Update RELEASE_NOTES
2016-02-06 08:53:08 +01:00
Tom Henderson
e476598d18
wifi: Bindings and examples for commit 7c60a9f8f271
2016-02-05 19:45:20 -08:00
Sébastien Deronne
1e53b67549
wifi: fixes previous commit
2016-02-05 22:56:18 +01:00
Sébastien Deronne
4f54ca4f1e
wifi: ( fixes #2116 and #2213 ) Refactor helpers and APIs
2016-02-05 21:48:25 +01:00
Sébastien Deronne
a091991735
wifi: ( fixes #2271 ) Compare RtsCtsThreshold against the total A-MPDU size
2016-02-05 20:10:07 +01:00
Tommaso Pecorella
3892ea96b6
flow-monitor: ( fixes #2287 ) FlowMonitor is confused by IP over IP
2016-02-05 01:03:57 +01:00
Tom Henderson
b9b03ec6bd
network: fix to commit 1de7febc2653 unimplemented functions
2016-02-04 14:22:51 -08:00
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