Commit Graph

168 Commits

Author SHA1 Message Date
Borovkova Elena
c33f835d4a Attributes added 2009-07-31 17:11:11 +04:00
Borovkova Elena
a7434537b2 sending broadcast aodv packet fixed 2009-07-31 10:47:26 +04:00
Borovkova Elena
bfec349d77 RecvReply changed to respond properly to receive RREP with origin address != receiver address, but == local address of another interface 2009-07-30 11:14:47 +04:00
Borovkova Elena
cc4a5ac145 RawSocketImpl::ForwardUp fixed 2009-07-29 13:52:00 +04:00
Borovkova Elena
9570bff635 routing table changed 2009-07-29 11:47:06 +04:00
Borovkova Elena
ff7cc0bd55 BuildHeader added + support of raw socket in ipv4-l3-protol added 2009-07-28 14:23:22 +04:00
Borovkova Elena
807146f0b0 Raw socket nearly work 2009-07-27 14:47:14 +04:00
Borovkova Elena
7d2132a408 raw socket added 2009-07-26 22:22:00 +04:00
Kirill Andreev
989fa61160 Merge with code.nsnam.org 2009-07-16 14:57:43 +04:00
Pavel Boyko
e05b15814c ARP SendReply() fixed to not use routing 2009-07-15 14:17:30 +04:00
Pavel Boyko
dfd1652a5c AodvProtocol in progress, doesn't work 2009-07-14 16:05:23 +04:00
Borovkova Elena
64b50db66e raw socket 2009-07-14 13:45:21 +04:00
Tom Henderson
fe614e6e90 fix bug preventing the sending of packets to a local IP address (bug 632) 2009-07-08 21:45:23 -07:00
Mathieu Lacage
ceccfdbb80 avoid excessive calls to GetObject during topology construction 2009-07-07 21:18:01 +02:00
Mathieu Lacage
1da654aeb0 kill dead code 2009-07-07 13:05:23 +02:00
Gustavo J. A. M. Carneiro
3b71ecc23c More virtual-net-device.cc bug fixes 2009-07-03 16:15:06 +01:00
Craig Dowell
80ce2b0bd4 remove dead code 2009-07-01 09:28:06 +02:00
Craig Dowell
25ca1e2099 quiet valgrind during attribute initialization 2009-06-30 10:31:11 -07:00
Tom Henderson
771e01ad47 (bug 613) Tcp should NotifyDataRecv () when a FIN arrives 2009-06-26 19:05:28 -07:00
Tom Henderson
5da5708745 (bug 427) Tcp Close() should not call ShutdownSend() 2009-06-26 19:27:34 -07:00
Craig Dowell
8d1a3986a1 branch merge 2009-06-29 21:39:49 -07:00
Craig Dowell
256e72cd82 Fix bug 579 -- TCP congestion window is not updated whent segment size chages 2009-06-29 21:38:35 -07:00
Ewgenij Starostin
31b09df563 Fix 559, cpSocketImpl doesnt free endpoint quickly enough after being closed 2009-06-29 14:35:32 -07:00
Mathieu Lacage
4f278bd3da merge with HEAD 2009-06-26 15:38:03 +02:00
Mathieu Lacage
f14081b9e9 bug 600: lower the default routing priority of Ipv4GlobalRouting; move to helper 2009-06-26 15:34:16 +02:00
Kirill V. Andreev
af3c9b638e bug 610: Wrong PointerChecker in attribute of Ipv4Interface 2009-06-26 15:27:39 +02:00
Tom Henderson
c2c9ee3b2f bug 63: allow enabling or disabling ip forwarding on a per-interface basis 2009-06-26 10:56:51 +02:00
Josh Pelkey
ac0905c49a bug 592: Ipv4RoutingProtocol::RouteOutput needs a packet pointer argument for reactive protocols 2009-06-26 09:55:36 +02:00
Craig Dowell
6e8b7012e7 Finally make tap bridge work with VMs (bug 569) 2009-06-23 22:12:35 -07:00
Craig Dowell
fb7c0f99fb variable size buffer for icmpv4 echo header 2009-06-22 18:08:01 -07:00
Tom Henderson
9f286430dd move list routing and static routing to src/routing directories 2009-06-21 23:32:23 -07:00
Tom Henderson
d7289c1901 Remove Ipv4Interface::GetMtu () 2009-06-21 22:36:43 -07:00
Tom Henderson
441cedb655 cleanup ip alias unfinished cases (bug 591) 2009-06-21 22:29:08 -07:00
Tom Henderson
21fb8dd090 avoid using non-portable reverse iterator methods 2009-06-19 14:12:59 -07:00
Faker Moatamri
de1a37f41f Bug 597: Ns-3 doesn't compile under MingWin 2009-06-19 16:49:09 +02:00
Tom Henderson
9de325a34c correct a few XXX in the Ipv4L3Protocol class 2009-06-14 20:57:52 -07:00
Tom Henderson
9dadd7c543 remove obsolete XXX from UdpHeader API 2009-06-14 20:53:29 -07:00
Tom Henderson
e86857b5c6 fix for bug 588 2009-06-13 15:57:04 -07:00
Tom Henderson
6a0ad8f80f Fix bug 587 for ListRoutingProtocol bug; add unit test 2009-06-13 14:59:35 -07:00
Tom Henderson
234df20364 Move Ipv4ListRouting to src/internet-stack; get rid of Impl class 2009-06-12 14:43:22 -07:00
Mathieu Lacage
0dca6fc55c Remove static routing dependencies in code 2009-06-12 13:44:19 -07:00
Mathieu Lacage
e8a4113e96 bug 491: It is painful to enable all checksums 2009-06-19 09:13:29 +02:00
fmoatamr
8f565ad9dd Bug 589: UdpSocketImpl unit test is leaking 2009-06-18 11:43:40 +02:00
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