Commit Graph

667 Commits

Author SHA1 Message Date
Tommaso Pecorella
8a8629afe2 internet: doxygen updates (thanks to Robert Ammon) 2017-01-29 03:10:15 +01:00
Sébastien Deronne
1a56448ae7 internet: rescan bindings 2017-01-25 21:13:12 +01:00
Natale Patriciello
6d0f79f378 tcp: (fixes #2263) Added IsTcpOptionEnabled method 2017-01-25 18:17:46 +01:00
Natale Patriciello
bfe75e3591 tcp: (fixes #2263) GetOption returns const Options 2017-01-25 18:17:04 +01:00
Natale Patriciello
8696eda1f6 tcp: (fixes #2263) TCP ReadOptions placeholder 2017-01-25 18:16:42 +01:00
Tommaso Pecorella
824ce1e528 Internet: (fixes #2627) - Ipv6RawSocket must check bound interface 2017-01-21 00:42:09 +01:00
Tommaso Pecorella
9c09190deb internet: (fixes #2614) RIP header version mismatch 2017-01-06 14:30:46 +01:00
Tom Henderson
c596fc0169 internet: Cast uint8_t to uint16_t in log statements 2016-12-27 13:50:17 -08:00
Alexander Krotov
69fea27502 internet: simplify Ipv6L3Protocol::GetInterface 2016-12-26 10:41:23 +03:00
Alexander Krotov
53f50b2c88 internet: Save iterator in ArpCache::Lookup to avoid searching twice 2016-12-15 16:21:44 +03:00
Shravya Ks
7681d190c2 traffic-control: Add support for marking packets for ECN 2016-12-13 19:56:21 +01:00
Stefano Avallone
d2e1b9e5b2 Remove unnecessary inclusions of drop-tail-queue.h 2016-12-11 23:48:57 +01:00
Miralem Mehic
fa9197ebb6 tcp: (fixes #2561) TCP can not use Connect after a BindToNetDevice 2016-12-02 19:49:20 +01:00
Natale Patriciello
fb2b0a6f85 tcp: (fixes #2547) removed various dead assignments 2016-11-16 14:43:25 +01:00
Natale Patriciello
52fb85be6c tcp: Added a missing assert 2016-11-11 15:40:40 +01:00
Tommaso Pecorella
f552e0a63d bindings: Rescan bindings 2016-11-05 02:38:37 +01:00
Robert Ammon
bf956783aa routing: (fixes #2527) Extend PrintRoutingTable to specify the time unit for the report. 2016-11-05 02:38:15 +01:00
Francisco Javier Sanchez Roselly
6f5252e537 internet: (fixes #2521) include ipv6-option.h in wscript 2016-10-14 17:56:46 +02:00
Tom Henderson
df4dd9df4d bindings: Rescan all bindings 2016-09-27 22:18:47 -07:00
Tom Henderson
009dec26c0 internet: Fix character formatting in a logging statement 2016-09-27 21:27:23 -07:00
Piyush Aggarwal
7bb5492e44 [internet] Arp logging: label with request or reply properly 2016-09-27 20:21:10 -04:00
Tommaso Pecorella
787430613e network: (workaround for #2505) Printing a packet can raise an assert 2016-09-28 02:13:32 +02:00
Tom Henderson
b9e5595665 bindings: Rescan all bindings 2016-09-26 05:33:13 -07:00
Tom Henderson
9fc8f392bf internet: fix unused variable warning in test 2016-09-20 09:20:59 -07:00
Tom Henderson
6e005ecc61 internet: (fixes #2102) Ipv4GlobalRouting confused by bridged interfaces
The problem was that Network LSAs were not being constructed properly (not
recursing across bridged nodes to find additional attached routers).
2016-09-19 23:09:05 -07:00
Tom Henderson
330b45e3d4 internet: Add test cases to ipv4-global-routing test suite 2016-09-19 11:47:44 -07:00
Tommaso Pecorella
21a29564c9 internet: (fixes #2349) GlobalRouting adds Loopback interfaces to routing 2016-03-27 00:44:42 +01:00
Tom Henderson
de69e95705 internet: More helpful error messages; enable in all builds 2016-09-16 21:26:11 -07:00
Tommaso Pecorella
dcb87ae4c5 internet: (fixes #2500) Ipv[4,6]RawSocket ignores IpTtl tag 2016-09-12 22:53:56 +02:00
Peter D. Barnes, Jr.
fdae292bfc Rename attributes to remove spaces
Such attribute names are no longer permitted based on bug #2344 fix
2016-09-10 14:29:14 -07:00
Peter D. Barnes, Jr.
4f05e5297b [internet] Include 'ns3/private' instead of '../model/' 2016-09-03 01:16:44 -04:00
Peter D. Barnes, Jr.
38632b0e18 Add CommandLine to all examples 2016-05-27 01:24:32 -04:00
Lynne Salameh
5703ee607e tcp: (fixes #2484) corrected the exit from CA_LOSS 2016-08-30 09:29:25 +02:00
Natale Patriciello
d980503e68 tcp: count bytes only for new acks 2016-08-30 09:28:43 +02:00
Natale Patriciello
b41965cab6 tcp: Added FastRetransmit method to TcpSocketBase 2016-08-30 09:28:20 +02:00
Natale Patriciello
12284e953d tcp: Added LimitedTransmit method to TcpSocketBase 2016-08-30 09:27:47 +02:00
Natale Patriciello
89eb614858 tcp: Added DupAck method to TcpSocketBase 2016-08-30 09:26:42 +02:00
Natale Patriciello
d78fb0d2c2 tcp: (fixes #2401) Deserialized len in TcpHeader 2016-08-30 09:24:18 +02:00
Natale Patriciello
7e1c1a5238 tcp: (fixes #2486) Corrected tracing of nextTxSeq 2016-08-30 09:21:04 +02:00
Tom Henderson
3989c359ce bindings: rescan all module bindings 2016-08-20 22:00:50 -07:00
Tom Henderson
8be66aed05 fix misspelled acronym 2016-08-20 11:16:29 -07:00
Tom Henderson
3622356bab Doxygen: fix various glithces 2016-08-20 13:57:42 +02:00
Amir Modarresi
531955a8fe tcp: Add H-TCP model 2016-08-18 16:22:57 -07:00
Pasquale Imputato
5f3f99ec52 traffic-control: Introduce the FQ-CoDel queue disc 2016-08-01 10:53:29 +02:00
Stefano Avallone
7fa7bc978f test: Move pfifo-fast and adaptive-red tests to ns3tc 2016-08-01 10:34:34 +02:00
Peter D. Barnes, Jr.
ba14b00dc6 [doc] Fix Sphinx error; use math for display equations 2016-07-29 12:36:51 -07:00
Tom Henderson
f23dc6a347 bindings: rescan all module bindings 2016-07-22 17:45:51 -07:00
Tom Henderson
7f88b04c33 bindings: rescan all module bindings 2016-07-20 16:33:57 -07:00
Tommaso Pecorella
971ace1bfd Rescan Python bindings 2016-07-16 23:29:23 +02:00
Tommaso Pecorella
d2e5208b7d Doygen: minor typos 2016-07-16 23:28:34 +02:00