Commit Graph

23 Commits

Author SHA1 Message Date
Tommaso Pecorella
ca83416d07 internet: (fixes #1006) Remove InetSocketAddress ToS functions and replace with attributes 2024-02-16 12:40:18 -06:00
Eduardo Almeida
dfc6fb9d2d Remove emacs comment from C++ files 2022-10-14 14:13:12 +00:00
Eduardo Almeida
e25ff966fe Apply clang-format to codebase 2022-10-07 20:08:35 +00:00
Eduardo Almeida
f65238a0db Fix clang-tidy readability-string-compare warnings 2022-10-07 11:48:11 +00:00
Tommaso Pecorella
606eb84448 doc: fix doxygen in various examples 2022-08-30 20:30:42 +00:00
Tom Henderson
b6a5ee8151 Run utils/trim-trailing-whitespace.py on codebase 2022-06-05 21:01:11 -07:00
Peter D. Barnes, Jr
b23be18b3b Use CommandLine cmd (__FILE__) instead of COMMANDLINE macro.
This in effect replaces commit 5e624d550
2020-05-01 14:42:53 -07:00
Peter D. Barnes, Jr
5e624d5504 doc: Use the new COMMANDLINE macro in every example 2020-04-27 16:20:09 -07:00
Tom Henderson
9ba60294d4 traffic-control: (fixes #2940) QueueDisc SojournTime should be TracedCallback
TracedCallback is invoked for all sojourn time results; TracedValue only
for results that changed value from last time
2018-07-14 07:57:49 -07:00
Robert Ammon
e1c73ce575 traffic-control: Eliminate Visual Studio compiler warnings in the examples 2018-04-12 23:06:30 +02:00
Stefano Avallone
8d5e9bb5c6 traffic-control: Convert tests and examples to using MaxSize 2018-03-03 10:54:45 +01:00
Stefano Avallone
eb0351dccb traffic-control: Record reasons for dropping and marking packets 2017-09-14 18:12:34 +02:00
Stefano Avallone
4d6efe731b traffic-control: Be more restrictive on internal queue size 2017-09-14 18:12:31 +02:00
Stefano Avallone
090d37b19e traffic-control: Trace sojourn times within queue discs 2017-09-14 18:12:23 +02:00
Stefano Avallone
59cd4d5f55 traffic-control: (fixes #2751) Ensure queue discs keep correct statistics 2017-09-14 18:12:19 +02:00
Stefano Avallone
11bdd2e3c8 flow-monitor: Keep track of the DSCP value of packets 2017-03-08 18:02:10 +01:00
Stefano Avallone
6fef34be47 network: Convert Queue into a template class 2017-03-08 18:01:29 +01:00
Stefano Avallone
054896c3a9 traffic-control: Fix possible crash in the traffic-control example 2017-01-09 20:09:27 +01:00
Stefano Avallone
54671db601 examples: Update the traffic-control example 2016-08-22 14:51:06 +02:00
Stefano Avallone
8a000b4a9f traffic-control: Fix the size of the RootQueueDiscList attribute 2016-06-29 18:04:49 +02:00
Tom Henderson
a9fc4b5adc traffic-control: Add additional example documentation 2016-03-21 22:11:53 -07:00
Pasquale Imputato
a876945fcc traffic-control: Enhance example to show a RedQueueDisc config 2016-03-21 22:05:02 -07:00
Pasquale Imputato
ea75b70eb1 examples: Add a traffic control example
Signed-off-by: Stefano Avallone <stavallo@unina.it>
2016-03-08 10:46:01 -08:00