Commit Graph

125 Commits

Author SHA1 Message Date
Mathieu Lacage
282f653bed register missing constructors 2009-06-10 11:13:49 +02:00
Mathieu Lacage
f58cfa0e5f move global routing code into global routing directory 2009-06-10 08:36:51 +02:00
Mathieu Lacage
d05448114d use packet tags rather than byte tags to match TcpSocketImpl and UdpSocketImpl 2009-06-09 09:13:42 +02:00
Mathieu Lacage
6baf920c89 merge 2009-06-09 09:06:04 +02:00
Craig Dowell
6f09987703 fix build 2009-06-08 16:58:28 -07:00
Mathieu Lacage
b1dc85e1c7 no need to keep around a Ptr<Packet> 2009-06-08 16:45:13 +02:00
Mathieu Lacage
1825edbc27 no need to call PeekData+memcpy. use CopyData instead 2009-06-08 16:43:55 +02:00
Mathieu Lacage
8dfb6eb0dc merge with HEAD 2009-06-08 09:19:00 +02:00
Mathieu Lacage
023ee11f37 bug 535: UDP/TCP ShutdownRecv incorrect 2009-06-03 10:04:51 +02:00
Mathieu Lacage
a8e074d6e3 new tags 2009-06-03 08:49:40 +02:00
Tom Henderson
81bde7afdf Doxygen cleanup 2009-05-30 15:20:56 -07:00
Tom Henderson
f2804fd500 src/ and utils/ changes for IPv4 routing rework 2009-05-28 21:37:25 -07:00
Tom Henderson
0e9b2360a2 Fix bug 570 (ArpCache not registered) 2009-05-21 06:07:03 -07:00
Tom Henderson
bd5cf9cb07 merge with tip 2009-04-17 12:33:17 -07:00
Craig Dowell
e22cd479c4 cleanup raw sockets on Ipv4L3Protocol shutdown 2009-04-17 10:15:11 -07:00
Tom Henderson
ce3e1d31a6 Remove class Ipv4Impl 2009-04-12 22:40:31 -07:00
Tom Henderson
5c3fa90cac Implementation cut over to use Ipv4InterfaceAddress 2009-04-12 22:13:49 -07:00
Tom Henderson
a1f5b19c5a implementation and plumbing of Ipv4InterfaceAddress class 2009-04-08 16:07:34 -07:00
Tom Henderson
0528a56c4d Ipv4::ifIndex -> Ipv4::interface 2009-04-08 13:35:34 -07:00
Craig Dowell
392f9075d8 branch merge 2009-03-23 11:35:47 -07:00
Craig Dowell
04022b35bf Bugs 458, swap 2 LOC for 526 2009-03-23 11:26:39 -07:00
Mathieu Lacage
00aec86b41 must clear the list of routing protocols 2009-03-23 14:22:54 +01:00
Mathieu Lacage
519e7e1c86 kill dead variables 2009-03-23 13:03:22 +01:00
Mathieu Lacage
40e2fc6e5e add ACKs to naked FINs 2009-03-14 14:51:03 -04:00
Raj Bhattacharjea
d5d672bc20 Set TCP ACK whenver connection is established (closes bugs 499 and 198) 2009-03-12 18:25:08 -04:00
Tom Henderson
d2d4e0bfc8 fix for bug 468 2009-02-18 20:57:33 -08:00
Gustavo J. A. M. Carneiro
50e0ba8801 Make ipv4-interface.h, ipv4-l3-protocol.h, and ipv4-static-routing.h private. Closes #370. 2009-02-28 15:02:15 +00:00
Gustavo J. A. M. Carneiro
814623e39f win32 build fixes. 2009-03-01 12:11:00 +00:00
Timo Bingmann
eb8ca704b4 bug 486: patches for icc compilation. 2009-02-24 08:29:36 +01:00
Craig Dowell
ad3221728e remove misguided __attribute__ ((unused))s 2009-02-06 11:10:51 -08:00
Craig Dowell
5279f54906 use __attribute__ ((unused)) 2009-02-05 09:43:27 -08:00
Craig Dowell
885b97a6ec turn on checksums in example csma-tap-bridge and tweaks to make ping demo work 2009-01-30 15:47:38 -08:00
Gustavo J. A. M. Carneiro
5e8275ba01 Try to guess NSC location (finally closes #478) 2009-01-24 15:38:20 +00:00
Tom Henderson
ca5532bb82 fix for bug451-- arp cache 2008-12-30 11:35:31 -08:00
Gustavo J. A. M. Carneiro
9baeb00519 Put back the variable NSC_RELEASE_NAME in the wscript; it is read by the download script in allinone. 2009-01-12 11:25:51 +00:00
Gustavo J. A. M. Carneiro
fdaf129f60 Don't build or fetch NSC/pybindgen, those tasks are now moved to ns-3-allinone 2009-01-11 23:26:34 +00:00
Gustavo J. A. M. Carneiro
cc8b7c6f36 Append the NSC kernel dirs to LD_LIBRARY_PATH
This allows the NSC NS-3 module to find the necessary NSC shared libraries.
2009-01-10 00:46:24 +00:00
Gustavo J. A. M. Carneiro
b5e05e774e merge 2008-12-29 14:19:25 +00:00
Gustavo J. A. M. Carneiro
f19d54fddd Upgrade to new WAF, work in progress 2008-12-29 13:28:54 +00:00
Gustavo J. A. M. Carneiro
aeed1dc66e merge 2008-12-28 12:34:28 +00:00
Raj Bhattacharjea
71efdc0b02 Add a minimum RTO (adapted from Mathieu, bug 418) 2008-12-13 23:44:20 -05:00
Raj Bhattacharjea
7175cad6df Mathieu's patch: Avoid stack explosion (bug 417) 2008-12-13 23:26:01 -05:00
Craig Dowell
1ff082ece7 some dox for internet-stack tracing 2008-12-13 14:13:37 -08:00
Raj Bhattacharjea
20f06108c1 Null forked TCP socket callbacks, and communicate EOF to higher layers (bugs 423 and 365) 2008-12-11 16:48:42 -05:00
Craig Dowell
cea36a7ce4 make a pass through doxygen fixing errors 2008-12-09 20:29:04 -08:00
Gustavo J. A. M. Carneiro
aab8ebd04e Add --with-nsc configuration option 2008-12-07 19:02:55 +00:00
Gustavo J. A. M. Carneiro
ca92874e34 Fix nsc/python-scan task descriptions 2008-12-04 11:34:01 +00:00
Raj Bhattacharjea
802e26d2f8 Don't ignore TCP acks received in CLOSE_WAIT state (fixes bug 392) 2008-12-03 21:09:52 -05:00
Raj Bhattacharjea
d4002102f6 Support TCP delackcount>2 (bug 250) 2008-12-03 21:08:44 -05:00
Tom Henderson
9d8fe8e81f Fix bug358; return EINVAL for inappropriate listen() call 2008-12-01 21:45:32 -08:00