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 |
|
Josh Pelkey
|
33cd14075c
|
fix gcc warning
|
2010-07-06 20:27:51 -04:00 |
|
Mathieu Lacage
|
e306b19fbe
|
merge with ns-3-dev
|
2010-07-06 17:15:31 +02:00 |
|
Mathieu Lacage
|
c7d137102c
|
Backed out changeset e27b81575ebe
|
2010-07-06 17:15:00 +02:00 |
|
Gustavo J. A. M. Carneiro
|
06c8a3b54e
|
Python bindins API rescan
|
2010-07-06 11:17:18 +01:00 |
|
Mathieu Lacage
|
0adaab0ad9
|
plug leak
|
2010-07-06 09:07:15 +02:00 |
|
Mathieu Lacage
|
07903ab0e1
|
merge with ns-3-dev
|
2010-07-05 17:38:49 +02:00 |
|
Mathieu Lacage
|
fe8a11d26b
|
avoid crash upon process exit
|
2010-07-05 17:37:05 +02:00 |
|
Mathieu Lacage
|
6a78f78475
|
avoid compiler error
|
2010-07-05 17:23:18 +02:00 |
|
Mathieu Lacage
|
4523717e8b
|
forgot to declare method as inline
|
2010-07-05 16:54:12 +02:00 |
|
Mathieu Lacage
|
9631233a27
|
inline a few more functions for optimization
|
2010-07-05 16:49:41 +02:00 |
|
Mathieu Lacage
|
618ba84f4f
|
avoid floating point multiplication and division to ensure reproducible results
|
2010-07-05 16:38:11 +02:00 |
|
Mathieu Lacage
|
8fcd5695d9
|
avoid use of doubles to avoid rounding errors.
|
2010-07-05 16:32:29 +02:00 |
|
Mathieu Lacage
|
8ab52be3ab
|
a new testcase
|
2010-07-05 11:11:16 +02:00 |
|
Mathieu Lacage
|
698c8b1e2a
|
bug 826: optimize hp implementation for 32bit systems
|
2010-07-05 10:15:42 +02:00 |
|
Mathieu Lacage
|
895f08bda3
|
no need to bother with ignored return value
|
2010-07-05 09:58:32 +02:00 |
|
Mathieu Lacage
|
edcacfe1e4
|
add extra test assert
|
2010-07-05 09:58:00 +02:00 |
|
Mathieu Lacage
|
4a3340f171
|
remove dead comment
|
2010-07-05 09:57:46 +02:00 |
|
Mathieu Lacage
|
7cf93d3cef
|
oops build script typo
|
2010-07-05 07:47:06 +02:00 |
|
Tom Henderson
|
a92410589b
|
move spectrum-interference test suite into test framework
|
2010-07-04 14:40:12 -07:00 |
|
Mathieu Lacage
|
9d600946a2
|
merge with ns-3-dev
|
2010-07-04 17:07:47 +02:00 |
|
Mathieu Lacage
|
e13d7187e4
|
inline new high precision implementation
|
2010-07-04 17:07:07 +02:00 |
|
Mathieu Lacage
|
c444b8b4f0
|
merge with HEAD
|
2010-07-04 16:37:20 +02:00 |
|
Mathieu Lacage
|
3f9f3f0c98
|
forgot to add implementation
|
2010-07-04 16:36:52 +02:00 |
|
Mathieu Lacage
|
c00e63b4b4
|
introduce new hp implementation for 64bit boxes
|
2010-07-04 16:35:19 +02:00 |
|
Mathieu Lacage
|
3398b554e4
|
remove un-needed include
|
2010-07-04 16:34:42 +02:00 |
|
iamine
|
c309dd62fe
|
Fix Bug 905 - WimaxNetDevice loses packet uid, tags, and memory optimization
|
2010-07-04 15:52:12 +02:00 |
|