Commit Graph

68 Commits

Author SHA1 Message Date
Gabriel Ferreira
60e1e4032c fixing dead links 2022-06-18 17:57:05 -03:00
Tom Henderson
b6a5ee8151 Run utils/trim-trailing-whitespace.py on codebase 2022-06-05 21:01:11 -07:00
Tommaso Pecorella
3b38b767db docs: update models toctrees 2021-04-13 23:31:26 +00:00
Tom Henderson
ae712c1165 doc: Fix broken cross-reference 2021-03-23 20:42:01 -07:00
Tom Henderson
a889163870 traffic-control: Minor changes to rebase and finalize FqPie 2021-03-14 09:24:19 -07:00
Tom Henderson
31ad20931a Minor changes to rebase and finalize FqCobalt 2021-03-12 14:29:10 -08:00
Tom Henderson
d6179bcdd6 documentation: Organize emulation device types under emulation module 2020-10-01 09:30:06 -07:00
Tom Henderson
7482644eb4 fd-net-device: Netmap and DPDK documentation and small fixes 2020-09-16 10:44:39 -07:00
Mohit P. Tahiliani
a33b7dcd1c doc: Add COBALT QueueDisc to traffic-control model documentation 2020-04-09 20:20:32 -07:00
Tom Henderson
779ff1435c documentation: Align other configuration files with commit 06865c73 2019-11-06 13:16:23 -08:00
Tom Henderson
db1ad997e3 documentation: Update Sphinx math extensions 2019-01-06 21:04:55 -08:00
Stefano Avallone
ca5fbe9555 traffic-control: Add Prio queue disc 2018-06-07 23:55:24 +02:00
Stefano Avallone
2909ec18fd traffic-control: add TBF chapter to Makefile 2018-03-16 09:44:12 +01:00
Viyom
58cb65c475 internet: Add documentation chapter for UDP 2018-03-15 13:09:08 -07:00
Stefano Avallone
2005953337 traffic-control: Add the Fifo queue disc 2018-03-03 10:55:08 +01:00
Tom Henderson
fd3c64fdaa documentation: Remove redundant model library chapter
data-collection chapter is already present in the manual
2017-11-10 09:28:08 -08:00
Tommaso Pecorella
3a651df87d Routing sphynx documentation upgrades 2017-05-28 22:22:41 +02:00
Stefano Avallone
6c0840352d traffic-control: Add the mq queue disc 2017-05-28 10:21:32 +02:00
Tom Henderson
fb4c5d4de8 traffic-control: Include PIE chapter in documentation 2016-08-30 19:35:54 -07:00
Pasquale Imputato
a048b009b2 network: Introduce Byte Queue Limits (BQL) 2016-08-08 00:21:03 +02:00
Pasquale Imputato
5f3f99ec52 traffic-control: Introduce the FQ-CoDel queue disc 2016-08-01 10:53:29 +02:00
Stefano Avallone
83ed5e7bb6 network: Support socket priorities 2016-07-14 15:59:55 +02:00
Tom Henderson
52eea7895d documentation: Move TapBridge to separate chapter 2016-03-15 17:24:13 -07:00
Pasquale Imputato
f2ddfb2948 traffic-control: CoDel is a queue disc now 2016-03-08 10:48:18 -08:00
Pasquale Imputato
58756a8efd traffic-control: RED is a queue disc now 2016-03-08 10:48:05 -08:00
Stefano Avallone
92f923701b traffic-control: Add the pfifo_fast queue disc
Linux pfifo_fast is the default priority queue enabled on Linux
systems.  Packets are enqueued in three FIFO droptail queues according
to three priority bands based on their Type of Service bits or DSCP bits.
2016-03-08 10:45:41 -08:00
Pasquale Imputato
2e7c7dbb00 internet: Move CoDel model, test and examples to the traffic-control module
This move prepares CoDel to become a queue disc. Building of CoDel
model, tests and examples is disabled until the conversion is done.
2016-03-08 10:45:32 -08:00
Stefano Avallone
bedc89eea9 traffic-control: Add the QueueDisc base class
QueueDisc is a base class providing the interface and implementing
the operations common to all the queueing disciplines. Child classes
need to implement the methods used to enqueue a packet (DoEnqueue),
dequeue a single packet (DoDequeue), get a copy of the next packet
to extract (DoPeek), plus methods to classify enqueued packets in
case they manage multiple queues internally.
2016-03-08 10:44:13 -08:00
Natale Patriciello
37af8b51de traffic-control: Add the traffic control layer 2016-03-08 10:43:16 -08:00
Tom Henderson
22b15e3a4c include Internet Applications in documentation build 2015-11-10 09:42:46 -08:00
Tommaso Pecorella
6bd2b6f256 Moved internet-specific apps to the new internet-apps module 2015-11-09 22:32:26 +01:00
Natale Patriciello
e28ffcca41 Add fd-net-device to Models docs. 2015-11-04 18:12:25 -08:00
Tom Henderson
94cd3d8542 remove deprecated emu module 2014-10-06 14:50:49 -07:00
Anh Nguyen
a64d69ce19 documentation for CoDel queue 2014-09-04 12:33:50 -07:00
Tom Henderson
08a075ef1d fix lr-wpan documentation build 2014-04-30 13:40:07 -07:00
Tommaso Pecorella
1951adcd6c Fix sixlowpan module documentation (thanks Peter) 2013-12-12 09:12:36 +01:00
Peter D. Barnes, Jr.
3c2f2a51ca Manual chapter on documentation. 2013-12-11 15:18:55 -08:00
Junling Bu
044cba4bbd base implementation of the IEEE 802.11p standard 2013-12-03 11:25:59 -08:00
Tom Henderson
ba992c272d fix outdated reference 2013-11-27 21:24:31 -08:00
Peter D. Barnes, Jr.
cce3b82113 Remove extra ':'s 2013-11-14 16:57:49 -08:00
Daniel Lertpratchya
3cde3fa84b Update ns-3 wiki URL 2013-11-13 16:06:43 -05:00
Tom Henderson
b77fb7f40c update emulation section to deprecate EmuNetDevice and add FdNetDevice 2013-05-11 13:27:05 -07:00
Tom Henderson
2e20d86a39 add FdNetDevice descriptor 2013-05-11 11:24:37 -07:00
Tom Henderson
d999b6f255 add documentation for error models 2013-03-18 22:29:43 -07:00
Tom Henderson
baba76e10e include BRITE documentation in the build 2012-12-06 08:45:57 -08:00
Peter D. Barnes, Jr.
ede3209d2c Menu bar in doc web pages; build html, singlehtml, pdf; automatic version string in docs; fix singlehtml title. 2012-07-31 11:18:23 -07:00
Peter D. Barnes, Jr.
2270d0b3b5 Add Sphinx doc built timestamp, logo to pdf docs. 2012-07-30 17:16:26 -07:00
Peter D. Barnes, Jr.
c2cd446b64 Make Doxygen and Sphinx use common resources. 2012-07-20 16:49:45 -07:00
Peter D. Barnes, Jr.
d631f99f8b Update Sphinx docs to use ns-3 theme 2012-06-13 18:53:20 -07:00
Tom Henderson
c578c66b0e add queue documentation 2012-06-05 16:29:04 -07:00