Commit Graph

752 Commits

Author SHA1 Message Date
Nicola Baldo
3e2557f03a bug 958 closed 2010-08-02 13:15:36 +02:00
Gustavo J. A. M. Carneiro
9d0dccaa2d Bug 901: Optimize Mac48Address operators 2010-07-21 06:33:56 -07:00
Gustavo J. A. M. Carneiro
23aae2df14 Still Bug 943: fix UdpSocketImpl::GetAllowBroadcast, let Socket::SetAllowBroadcast return a bool indicating success/failure, instead of a fatal error. 2010-07-19 12:17:51 +01:00
Tom Henderson
96b20dd724 PacketSocket should not report that it allows broadcast 2010-07-15 21:42:49 -07:00
Josh Pelkey
274e6f6444 simple doxygen fixes 2010-07-15 15:21:56 -04:00
Hajime Tazaki
b5b0d1900e Opps, Bug 671: correct valgrind error 2010-07-13 20:27:55 +09:00
Hajime Tazaki
9dc33c37b1 Bug 671 add packet-info-tag.cc for IP_PKTINFO/IPV6_PKTINFO 2010-07-13 13:00:55 +09:00
Gustavo J. A. M. Carneiro
8623ac0131 Bug 943 - Add a SO_BROADCAST socket option 2010-06-15 18:29:45 +01:00
Josh Pelkey
2133aa49c5 ensure objects are regsitered 2010-06-29 20:24:20 -04:00
Nicola Baldo
2cb96e68f5 merged spectrum framework 2010-06-11 19:30:06 +02:00
Quincy Tse
bf0ab3e8a1 bug 828: PacketSocket::Close does not unregister protocol handler 2010-05-30 20:53:25 -07:00
Unknown
cc1fc37f2b fix enqueue trace for bug 913 2010-05-17 07:29:43 -07:00
Andrey Mazo
892d5e3f3d spell check, mostly in comments. 2010-04-23 15:09:31 +04:00
Craig Dowell
3c76b17176 bug 856, initialize vbl 2010-04-15 15:11:49 -07:00
Gustavo J. A. M. Carneiro
342d034c67 Bug 835 - Unlimited receive queues in sockets == evil 2010-04-14 16:34:23 -04:00
Andrey Mazo
b3a1b16240 Documentation typos 2010-04-12 16:33:17 +04:00
Mathieu Lacage
349ce951c2 [bug 822] Move Mtu attribute from NetDevice base class to subclasses 2010-04-10 13:45:09 -07:00
Hajime Tazaki
2c5084e25f bug 857 - Link-Local Multicast handle in Ipv4 Output processing 2010-04-08 22:51:09 +09:00
Hajime Tazaki
6d44e585de add several errno in socket.h 2010-03-26 10:40:31 +09:00
Sebastien Vincent
b125e94d61 Fix build with g++-4.5. 2010-03-24 08:49:24 +01:00
Tom Henderson
81454c3c20 [Bug 414] No error model for SimpleNetDevice 2010-03-05 11:56:10 -08:00
Craig Dowell
8b4770ff79 branch merge 2010-02-23 12:18:35 -08:00
Josh Pelkey
b5c8940956 Fix non-undocumented warnings in doxygen, also update doxygen.conf 2010-02-23 12:54:13 -05:00
Craig Dowell
50f8b3dbcd branch merge 2010-02-08 23:16:24 -08:00
Craig Dowell
37e30b25b3 Review feedback 2010-02-03 13:26:39 -08:00
Craig Dowell
0c932bc297 branch merge 2010-02-01 13:10:31 -08:00
Gustavo J. A. M. Carneiro
f7855387cf Remove ns3::PbbPacket::SerializePacketTlv, it is not implemented 2010-02-01 15:24:40 +00:00
Craig Dowell
8fa2f77f61 unused variables 2010-01-29 22:08:09 -08:00
Craig Dowell
76e4bb7b40 branch merge 2010-01-19 10:32:13 -08:00
Faker Moatamri
0a1ebfb8cc Bug 793: remove remaining memory leaks due to not cleaned Simulator 2010-01-19 17:06:18 +01:00
Antti Mäkelä
c80d247e78 [bug 794] Ipv4Mask constructor for /yy-notation is wrong 2010-01-21 19:57:34 -08:00
Mathieu Lacage
ec2b712500 bug 752: Object::DoStart is not executed for objects created at t > 0 2010-01-08 18:04:01 +01:00
Craig Dowell
e7b28168e3 branch merge 2010-01-06 18:04:22 -08:00
Craig Dowell
8ae5f99f61 redo pcap tracing 2010-01-04 10:35:32 -08:00
Sebastien Vincent
0752fbef6f Indent correctly IPv6 code. 2009-12-30 14:22:25 +01:00
Tom Wambold
b18ee6d9bc Fixed bug in serialization of PbbAddressBlock.
PbbAddressBlock would not set its flags correctly when there was only a single
address in the address block.
2009-12-29 13:09:26 -05:00
Mathieu Lacage
18f632d498 It is not legal to call Dispose from within a destructor 2009-12-27 13:55:04 +01:00
Craig Dowell
c362bc5dca fix total bytes received in queue 2010-01-05 12:27:50 -08:00
Antti Mäkelä
c9c33ec8f5 bug 742: Implementation of SO_BINDTODEVICE 2009-12-15 20:41:36 -08:00
Tom Henderson
741de0e8f2 Fix bug 606: Arp depends on IP routing system 2009-12-11 23:23:37 -08:00
Craig Dowell
a2c63bf818 Drop CSMA packets with CRC errors, rescan, dox tweaks 2009-12-02 15:11:49 -08:00
Florian Schmidt
08ea080ede Add FCS capability to CSMA 2009-12-02 14:29:43 -08:00
Sebastien Vincent
bddc033e81 Merge with ns-3-dev. 2009-11-24 21:12:31 +01:00
Tom Henderson
666854fbbb Add new method for determining whether Ipv4 dest address is mine; add attribute to control RFC1122 behavior 2009-11-19 14:39:01 -08:00
Sebastien Vincent
e913a4be32 Merge with ns-3-dev. 2009-11-18 08:57:32 +01:00
Pavel Boyko
0baf7f405d merge with ns-3-dev 2009-11-16 13:35:38 +03:00
Sebastien Vincent
4eef9e4fb8 Merge with ns-3-dev and fix doxygen. 2009-11-15 11:30:20 +01:00
Guillaume Seguin
4fee5f016b Make sure that every incoming packet has a context 2009-11-14 17:47:05 +01:00
Guillaume Seguin
a23934a4b7 Make applications generate traffic within their associated context/node 2009-11-14 17:47:05 +01:00
Guillaume Seguin
c420843c3d Call Simulator::ScheduleWithContext from ns3::Channel subclasses when sending packets to other nodes 2009-11-14 17:47:05 +01:00