Tom Henderson
|
bf9893dbf3
|
add processing for unknown TCP options
|
2014-09-10 16:58:31 -07:00 |
|
Tom Henderson
|
15333eaf9a
|
calculate send scale factor when sending the SYN-ACK instead of when reading the SYN options
|
2014-09-10 15:08:30 -07:00 |
|
Tom Henderson
|
a80337baab
|
add some logging
|
2014-09-10 15:06:10 -07:00 |
|
Tom Henderson
|
8443885e88
|
restore TCP option padding approach that avoids NOPs
|
2014-09-10 15:05:57 -07:00 |
|
Tom Henderson
|
d559ff6c4c
|
remove unsupported option types from enum
|
2014-09-09 16:15:49 -07:00 |
|
Tommaso Pecorella
|
0950f7f943
|
TcpOptions Deserialize should return zero if a deserialization error happens
|
2014-09-09 09:44:37 +02:00 |
|
Natale Patriciello
|
b6d33fd296
|
TCP Options - Valgrind fixes
|
2014-09-10 19:09:06 +02:00 |
|
Daniel Lertpratchya
|
1857322c43
|
Bug 1858 - wireless examples not correctly recording packet reception - reported by Scott Carpenter <scarpen_at_ncsu.edu>
|
2014-09-10 08:27:26 +02:00 |
|
Tommaso Pecorella
|
208fdf2681
|
Update RELEASE_NOTE
|
2014-09-10 06:15:01 +02:00 |
|
Tommaso Pecorella
|
65d1ba667b
|
rescan network bindings
|
2014-09-10 06:09:55 +02:00 |
|
Tommaso Pecorella
|
ae9fbb2eaa
|
rescan applications bindings
|
2014-09-10 05:58:38 +02:00 |
|
Tommaso Pecorella
|
b489a41127
|
Bug 1811 - Basic traffic generator for network module
|
2014-09-10 06:09:45 +02:00 |
|
Tom Henderson
|
9d2770100d
|
last TCP option should be END, not NOP
|
2014-09-06 09:40:18 -07:00 |
|
Tommaso Pecorella
|
287bda5b7e
|
Move some tests from src/test to appropriate places
|
2014-09-06 07:09:08 +02:00 |
|
Tommaso Pecorella
|
98945439e1
|
Enhancements to SimpleNetDevice and SimpleChannel
|
2014-09-06 07:08:49 +02:00 |
|
Tommaso Pecorella
|
3ae1348425
|
Fix clang "errors" about uninitialized variables.
|
2014-09-06 06:57:27 +02:00 |
|
Tom Henderson
|
a0fefe1074
|
rescan wifi bindings
|
2014-09-05 18:50:40 -07:00 |
|
Tom Henderson
|
5072f3a3c6
|
rescan energy bindings
|
2014-09-05 18:46:15 -07:00 |
|
Tom Henderson
|
68a33cd7ba
|
rescan lte bindings
|
2014-09-05 18:19:30 -07:00 |
|
Tom Henderson
|
f6fc901227
|
rescan internet bindings
|
2014-09-05 18:00:05 -07:00 |
|
Piotr Gawlowicz
|
74f0cf7073
|
GSoC 2014 FFR algorithms - figures
|
2014-09-05 01:46:10 +02:00 |
|
Piotr Gawlowicz
|
a9ef49d196
|
GSoC 2014 FFR algorithms
|
2014-09-05 01:12:55 +02:00 |
|
Anh Nguyen
|
a64d69ce19
|
documentation for CoDel queue
|
2014-09-04 12:33:50 -07:00 |
|
Anh Nguyen
|
07357e4048
|
examples for CoDel queue
|
2014-09-04 12:29:36 -07:00 |
|
Anh Nguyen
|
4c20e1b099
|
test suite for CoDel queue
|
2014-09-04 12:27:00 -07:00 |
|
Anh Nguyen
|
153479dac9
|
changes suggested in original code review, and aditional improvements made during 2014 GSoC project
|
2014-09-04 12:24:07 -07:00 |
|
Tom Henderson
|
16e4f9b004
|
move CoDel queue model to internet module
|
2014-09-04 12:18:19 -07:00 |
|
Dave Taht
|
6b05c585d1
|
Add Codel alogithm support
---
src/network/utils/codel-queue.cc | 482 ++++++++++++++++++++++++++++++++++++++
src/network/utils/codel-queue.h | 130 ++++++++++
2 files changed, 612 insertions(+), 0 deletions(-)
create mode 100644 src/network/utils/codel-queue.cc
create mode 100644 src/network/utils/codel-queue.h
|
2014-05-22 14:42:47 -05:00 |
|
Natale Patriciello
|
07364f0e31
|
Support for basic TCP options, window scale, and timestamps, based on original code proposal by Adrian S.-W. Tam
|
2014-09-05 16:57:11 -07:00 |
|
Natale Patriciello
|
b4a48d02b2
|
GT_OR_EQ and LT_OR_EQ macros for testing
|
2014-09-04 15:17:22 -07:00 |
|
Stefano Avallone
|
bd8c6c8a32
|
add support for a Wifi sleep mode
|
2014-09-05 16:33:57 -07:00 |
|
Cristiano Tapparello
|
d3ff87aeb2
|
Energy harvester model
|
2014-09-05 15:38:55 -07:00 |
|
Tom Henderson
|
47d531fb41
|
support disabling of NSC by command-line argument
|
2014-09-05 15:25:10 -07:00 |
|
Budiarto Herman
|
81820dd14f
|
Updated fix for Bug 1762 - UE stuck in IDLE_CONNECTING because RRC CONN REQ is not transmitted
|
2014-09-04 23:13:41 +03:00 |
|
Nicola Baldo
|
c69d0bfe09
|
fixed Bug 1893 - issue in DoSchedUlTriggerReq with harq
|
2014-09-03 13:42:12 +02:00 |
|
Tommaso Pecorella
|
07040f354c
|
Improve IPv6 LL multicast interface selection
|
2014-08-30 18:20:10 +02:00 |
|
Tommaso Pecorella
|
51aa7c22a4
|
Improve ICMPv6 NS printing
|
2014-08-30 18:19:25 +02:00 |
|
Tommaso Pecorella
|
dda7b43d44
|
Bug 1967 - LL Multicast is not compressed in the right way in IPHC
|
2014-08-30 18:25:22 +02:00 |
|
Tommaso Pecorella
|
6d42b5f6c1
|
lr-wpan: remove dead code and add Doxygen
|
2014-08-25 19:15:36 +02:00 |
|
Tommaso Pecorella
|
8225948ffd
|
[Doxygen] NetDevice small fix
|
2014-08-25 09:34:17 +02:00 |
|
Tommaso Pecorella
|
be8cd47fc8
|
[PyBindGen] rescan internet module
|
2014-08-24 17:29:26 +02:00 |
|
Tommaso Pecorella
|
6ac283a20b
|
[Doxygen] internet module fixes
|
2014-08-24 17:16:17 +02:00 |
|
Tommaso Pecorella
|
35f32fe073
|
Bug 1963 - AODV can tag the same packet twice (and raise an assert).
|
2014-08-23 17:37:24 +02:00 |
|
Tommaso Pecorella
|
62eaf4f7cb
|
[manual] Packet::EnableMetadata doesn't exist anymore
|
2014-08-23 17:34:17 +02:00 |
|
Tom Henderson
|
af37384cff
|
Suppress binding for EmuEpcHelper if EmuFdNetDevice is not enabled
|
2014-08-19 14:29:52 -07:00 |
|
Peter D. Barnes, Jr.
|
16af384434
|
[Sphinx] Attributes manual chapter
|
2014-08-18 17:43:37 -07:00 |
|
Peter D. Barnes, Jr.
|
e34b13367b
|
Show default attribute value in command line example - cleanup
|
2014-08-18 16:00:42 -07:00 |
|
Tommaso Pecorella
|
fb985d0860
|
Show default attibute value in command line example - fix
|
2014-08-18 23:45:04 +02:00 |
|
Peter D. Barnes, Jr.
|
97f06df836
|
Show initial values of arguments; show attribute value.
|
2014-08-18 12:36:07 -07:00 |
|
Peter D. Barnes, Jr.
|
06fe039cd9
|
Fix misspelled argument name; refactor to use LookupAttributeByName
|
2014-08-18 12:35:33 -07:00 |
|