Commit Graph

6478 Commits

Author SHA1 Message Date
Nicola Baldo
7da27a7b09 fixed Bug 941 - Wifi Dcf attributes not reachable 2010-08-03 18:02:55 +02:00
Gustavo J. A. M. Carneiro
ee971f238d Bug 972 - [flow monitor] assertion fails in pv4-flow-probe.cc 2010-08-03 11:04:05 +01:00
Blake Hurd
cb4b0f8778 add arp-header.h to wscript 2010-08-02 13:41:11 -04:00
Kirill Andreev
50bd0c5747 fixed Bug 799 - Interference helper is too slow 2010-08-02 17:09:16 +02:00
Nicola Baldo
3e2557f03a bug 958 closed 2010-08-02 13:15:36 +02:00
Pavel Boyko
ba41fce14c Mobility doxygen: all classes are documented and added to the mobility module. All public methods and fields should follow. 2010-08-02 13:16:57 +04:00
Pavel Boyko
0b02a78ac4 Doxygen cleanup in mobility module 2010-08-02 13:00:17 +04:00
Josh Pelkey
da0697d4da fix some doxygen 2010-07-27 14:34:47 -04:00
Mathieu Lacage
8c28415f67 merge with HEAD 2010-07-24 18:19:58 +02:00
Mathieu Lacage
ed81c2b49a bug 965: Problem building /src/core/callback.cc 2010-07-24 18:19:04 +02:00
Fernando Pereira
b8373027c5 [Bug 960] V4Ping does not generate checksum 2010-07-23 15:20:40 -07:00
Tom Henderson
a9c272c6b2 improve a few logging statements 2010-07-23 13:31:02 -07:00
Tom Henderson
2bc11f1ead Improve logging for AODV 2010-07-23 08:35:15 -07:00
Mathieu Lacage
0b117cbf1a optimize buffer some more 2010-07-23 13:39:46 +02:00
Gustavo J. A. M. Carneiro
9d0dccaa2d Bug 901: Optimize Mac48Address operators 2010-07-21 06:33:56 -07:00
David
99571b924a Fix main-packet-header.cc sample (bug 918) 2010-07-20 21:10:46 -07:00
Tom Henderson
981d8ba90b Range-based propagation loss model added 2010-07-20 14:22:04 -07:00
Josh Pelkey
767fe9f7bc suppress wifi test pcap when running test.py 2010-07-20 14:04:47 -04:00
Tom Henderson
051b0f3e2d Change default OFDM error rate model to NistErrorRateModel (issue 944) 2010-07-20 07:34:14 -07:00
Josh Pelkey
72bb44ac19 missed include for nix-vector 2010-07-19 17:39:51 -04:00
Josh Pelkey
76ecad3c72 undelete copy method in nix-vector 2010-07-19 15:32:19 -04:00
Josh Pelkey
b930c13561 merge with head 2010-07-19 14:21:40 -04:00
Josh Pelkey
252bb9ade1 Change nix-vector to use SimpleRefCount instead of Object 2010-07-19 14:21:12 -04:00
Mathieu Lacage
2401806fb9 merge with head 2010-07-19 19:36:39 +02:00
Gilaras Drakeson
0a28c73bd1 SetAllowBroadcast(true) addition made to wifi-simple-infra.cc and wifi-simple-interference.cc 2010-07-19 23:15:42 +05:30
Mathieu Lacage
7ea060332f split out buffer tests 2010-07-19 19:35:30 +02:00
Gilaras Drakeson
e6b2ad62e3 Adds SetAllowBroadcast(true) to wifi-simple-adhoc.cc 2010-07-19 22:37:44 +05:30
Gustavo J. A. M. Carneiro
3c18f0ac91 Remove leftover old version sequence number sources 2010-07-19 17:51:20 +01:00
Gustavo J. A. M. Carneiro
e17ed0c6ab python scan 2010-07-19 12:43:05 +01: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
0d51bd9872 Configure OnOffApplication to enable broadcast on those sockets that support it 2010-07-15 21:45:01 -07: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
20269669af python scan 2010-07-13 14:12:20 +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
a0a543e663 Fix regression tests after bug 943 changes 2010-07-12 11:45:15 +01:00
Gustavo J. A. M. Carneiro
36fdbf4c1a Update python bindings 2010-07-12 11:44:47 +01:00
Gustavo J. A. M. Carneiro
6214884a63 Enforce the AllowBroadcast socket option for UDP sockets 2010-06-18 17:18:59 +01:00
Gustavo J. A. M. Carneiro
21a68b8a3f Fix OLSR socket usage: use the new SetAllowBroadcast socket option; Bind to interface bcast address instead of local address, use SendTo instead of Send. This is how things have to work with real world sockets. 2010-06-15 18:32:04 +01:00
Gustavo J. A. M. Carneiro
8623ac0131 Bug 943 - Add a SO_BROADCAST socket option 2010-06-15 18:29:45 +01:00
Pavel Boyko
833b936c85 Register c-tor for aodv::TypeHeader in the class metadata 2010-07-12 12:53:27 +04:00
Gustavo J. A. M. Carneiro
7d9dead821 Python bindings API rescan 2010-07-11 22:32:52 +01:00
Gustavo J. A. M. Carneiro
f3b8aeb55c Bug 385 - Add a generic "sequence number" class. 2010-07-11 22:32:34 +01:00
ltracy
dc1ef073ac Added missing file to compile uan device 2010-07-09 14:29:01 -07:00
ltracy
f40bedb441 Fixed valgrind errors 2010-07-09 13:29:12 -07:00
Yida Gao
33158c3969 Fix errors in simple-point-to-point-olsr.cc comments 2010-07-08 20:18:14 -07:00
Josh Pelkey
f48a89b75c fix some energy test compiler warnings 2010-07-08 11:04:25 -04:00
He Wu
2d87e8d326 Initial import of energy model 2010-07-07 21:54:32 -07:00
Hajime Tazaki
41c90baf30 update Bug 932: source address selection in IPv4 HDRINCL 2010-07-07 23:58:40 +09:00