Commit Graph

6180 Commits

Author SHA1 Message Date
Mathieu Lacage
4218e9690e coding style 2010-04-08 13:28:54 +02:00
Mathieu Lacage
b32ce16c67 coding style 2010-04-08 13:25:00 +02:00
Mathieu Lacage
992a77cb0a bug 863: Wrong Scalar arithmetics 2010-04-08 13:19:28 +02:00
Mathieu Lacage
97fef32b22 deprecate simulator API 2010-04-08 10:49:59 +02:00
Hajime Tazaki
c4fc478fd3 added test code for bug 859 2010-04-08 12:01:20 +09:00
Hajime Tazaki
d06fe78548 update RELEASE_NOTES and AUTHORS 2010-04-08 11:26:56 +09:00
Hajime Tazaki
05a4d8c31d bug 859 - Output interface estimation for the source address bound socket in IPv4 Raw socket 2010-04-08 11:26:46 +09:00
Hajime Tazaki
fbfda6fa98 export missing header 2010-04-07 16:56:46 +02:00
Hajime Tazaki
4c85c83226 update RELEASE_NOTES 2010-04-07 16:47:51 +02:00
Hajime Tazaki
2e6c03e13e bug 864: Invalid return value in UdpSocketImpl::Send and Ipv4RawSocketImpl::Send 2010-04-07 16:46:45 +02:00
Hajime Tazaki
c934e2c8f3 bug 865: Ipv4RawSocketImpl::RecvFrom does not return from address all the time 2010-04-07 16:42:47 +02:00
Andrey Mazo
3be904d33a Bug 860: waf dies while executing ns3header task in case of parallel jobs. 2010-04-06 11:34:06 +04:00
Josh Pelkey
4c366ba649 Add clarifying comments 2010-03-30 12:55:14 -04:00
Josh Pelkey
bff8d614e5 fix some doxygen errors 2010-03-29 20:01:19 -04:00
Josh Pelkey
705a245455 update CHANGES and RELEASE_NOTES 2010-03-29 12:21:07 -04:00
Andrey Churin
7a719ab861 [bug 850] Ipv4GlobalRouting oif bug 2010-03-28 20:53:41 -07:00
Josh Pelkey
0ee8bf099f Bug 829 - TCP unbound memory problem (pending data) 2010-03-27 19:09:18 -04:00
Tom Henderson
d68f49a0f2 add logging and better variable names to PendingData 2010-03-27 14:07:36 -07:00
Tom Henderson
f9aa3f1258 some doxygen 2010-03-27 14:06:59 -07:00
Tom Henderson
be3a9483f5 don't pull in std namespace 2010-03-27 14:01:41 -07:00
Gustavo J. A. M. Carneiro
01c7e0e4dd Change Python bindings method for overriding virtual methods of C++ classes
To override the C++ virtual method 'DoStart', we new define a method in Python called 'DoStart', whilst before we would define '_DoStart'.  This change is to align pybindgen generated bindings with the other python bindings tools out there, such as boost.python, swig, and sip.  It is also simpler to understand for users.
2010-03-26 18:54:11 +00: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
Sebastien Vincent
6ca14046f3 Fix build on MinGW. 2010-03-23 21:22:13 +01:00
Mathieu Lacage
21cc721414 merge with HEAD 2010-03-20 21:58:06 +01:00
Mathieu Lacage
c3256d72c6 optimized iperf 2010-03-20 21:57:51 +01:00
Gustavo J. A. M. Carneiro
a42333b072 API rescan, after wimax changes 2010-03-20 13:00:14 +00:00
Craig Dowell
d955f3c7ce branch merge 2010-03-19 15:54:27 -07:00
Craig Dowell
77e5f8e785 small explanation about (lack of) logging in optimized builds 2010-03-19 15:54:01 -07:00
Mohamed Amine Ismail
d90c101acb Merge with head 2010-03-19 20:58:46 +01:00
Mohamed Amine Ismail
d5195f6d6e fix PR#847 Segfaults on BaseStationNetDevice with OnOffApplication and rtPS sched 2010-03-19 20:58:23 +01:00
Mohamed Amine Ismail
e29521786d Fix MBQoS uplink scheduler 2010-03-19 20:07:09 +01:00
Josh Pelkey
6044223769 update nix-vector routing BFS comment 2010-03-19 13:55:05 -04:00
Mathieu Lacage
66c1d45ae8 merge with HEAD 2010-03-19 14:15:45 +01:00
Mathieu Lacage
779c33833d another iperf optimization 2010-03-19 14:15:19 +01:00
Gustavo J. A. M. Carneiro
ca2220ad7b FlowMonitor: measure flow interruptions 2010-03-19 11:28:49 +00:00
Gustavo J. A. M. Carneiro
14e174bf7b Fix compilation error: ISO C++ forbids use of initializer list to initialize reference assocTuple 2010-03-18 11:39:24 +00:00
Lalith Suresh
6f76706fb9 Bug 407 postfix: filter out non-OLSR interfaces when generating MID messages 2010-03-18 10:50:44 +00:00
Gustavo J. A. M. Carneiro
becab98cff API rescan 2010-03-17 16:58:32 +00:00
Lalith Suresh
5df0dae003 Bug 407 - OLSR is missing HNA support 2010-03-17 15:46:42 +00:00
Gustavo J. A. M. Carneiro
f7025232b2 Fix the Python binding for ns3::Ipv4ListRouting::GetRoutingProtocol 2010-03-17 14:14:59 +00:00
Gustavo J. A. M. Carneiro
eafd6b356c API rescan 2010-03-17 12:35:05 +00:00
Gustavo J. A. M. Carneiro
478d8f35dd Add option to enable gcc precompiled header for compiling python bindings 2010-03-17 12:34:52 +00:00
Gustavo J. A. M. Carneiro
a875e46de9 merge 2010-03-17 11:20:17 +00:00
Gustavo J. A. M. Carneiro
5447999e9b API rescan for Python bindings 2010-03-17 11:19:49 +00:00
Gustavo J. A. M. Carneiro
ecc1df19d5 Realign Python ns3.Object constructors with C++
The Python constructors are now parameter oriented instead of attribute oriented.
The main motivation for this change is that Python bindings become broken with new Object types being introduced that do not have a default constructor (constructor without parameters).  Another reason is to shorten the gap between C++ and Python, API-wise--the more similar they are, the less confusing it becomes.
2010-03-17 11:18:55 +00:00
Gustavo J. A. M. Carneiro
e9f5159b63 Prepare the topology-read module for python bindings (disable copy contructors) 2010-03-17 11:02:55 +00:00
Mathieu Lacage
65a88bfab3 inline to optimized iperf 2010-03-16 19:25:56 +01:00
Mohamed Amine Ismail
dfa55631f1 merge 2010-03-16 14:50:26 +01:00
Mohamed Amine Ismail
46f0a8a0b1 Enabling pcap tracing in examples/wimax/wimax-simlpe.cc 2010-03-16 14:29:08 +01:00