Gustavo J. A. M. Carneiro
|
f597f96152
|
solve some merge problems
|
2007-07-30 15:03:45 +01:00 |
|
Gustavo J. A. M. Carneiro
|
0f5b5f1f6c
|
merge
|
2007-07-30 15:01:18 +01:00 |
|
Tom Henderson
|
e7f300bc7c
|
fix tracing
|
2007-07-27 14:54:41 -07:00 |
|
Tom Henderson
|
45773a987d
|
disable tracing; fix ifIndex assignment
|
2007-07-27 14:43:56 -07:00 |
|
Tom Henderson
|
a9fe0f2d23
|
rename example from p2p to point-to-point
|
2007-07-27 13:07:36 -07:00 |
|
Tom Henderson
|
5e4dbc66dc
|
new script for csma-cd
|
2007-07-27 12:50:31 -07:00 |
|
Gustavo J. A. M. Carneiro
|
a7089873e9
|
Add OLSR routing support, (loosely) based on Francisco J. Ros's NS-2 code (University of Murcia).
|
2007-07-26 12:49:00 +01:00 |
|
Mathieu Lacage
|
230b3840ad
|
cleanup simple example
|
2007-07-27 21:39:58 +02:00 |
|
Emmanuelle Laprise
|
31530c7311
|
a csma/cd NetDevice subclass and a test script
|
2007-07-27 21:17:14 +02:00 |
|
Emmanuelle Laprise
|
b078d91894
|
cleanup the wscripts
|
2007-07-27 20:45:07 +02:00 |
|
Emmanuelle Laprise
|
0e21d85be1
|
src/devices/point-to-point/p2p-* -> src/devices/point-to-point/point-to-point-*
|
2007-07-27 20:26:36 +02:00 |
|
Mathieu Lacage
|
76b31adc2f
|
fix bug 29
|
2007-06-12 11:04:00 +02:00 |
|
Mathieu Lacage
|
f5ce4791d2
|
IUdp -> Udp
|
2007-06-06 10:54:58 +02:00 |
|
Mathieu Lacage
|
967b3f34e9
|
IIpv4 -> Ipv4
|
2007-06-04 18:25:43 +02:00 |
|
Mathieu Lacage
|
01f37ccb65
|
rename MakeNewObject to Create
|
2007-06-04 16:32:37 +02:00 |
|
Mathieu Lacage
|
4d5a66d6e5
|
remove MakeInternetNode
|
2007-06-04 16:28:18 +02:00 |
|
Mathieu Lacage
|
1225b1623e
|
rename INode to Node
|
2007-06-04 16:17:01 +02:00 |
|
Mathieu Lacage
|
109139b07f
|
make OnOffApplication not depend on IUdp
|
2007-05-14 12:59:44 +02:00 |
|
Mathieu Lacage
|
94c5cf7457
|
implement and use the OnOffApplication default values
|
2007-05-14 12:33:17 +02:00 |
|
Mathieu Lacage
|
866c4cd4ec
|
add dox doc and DefaultValue support to OnOffApplication
|
2007-05-14 11:12:29 +02:00 |
|
Mathieu Lacage
|
ee02cd1a23
|
rename Node to INode
|
2007-05-14 10:06:12 +02:00 |
|
Mathieu Lacage
|
0d9f136298
|
rename internet-node.h to i-node-impl.h
|
2007-05-14 09:26:32 +02:00 |
|
Gustavo J. A. M. Carneiro
|
7aacb7d136
|
merge
|
2007-05-13 12:52:38 +01:00 |
|
Gustavo J. A. M. Carneiro
|
ca2416f431
|
WAF: simplify wscripts using the new chained uselib_local dependencies feature of WAF SVN; now build all samples and examples; add --disable-rpath configure option; add WAF build instructions.
|
2007-05-13 12:46:18 +01:00 |
|
Mathieu Lacage
|
1f454dd36e
|
merge with trunk
|
2007-05-13 11:24:28 +02:00 |
|
Mathieu Lacage
|
26c628e81a
|
remove ApplicationList. Move functionality to Node class
|
2007-05-13 09:46:38 +02:00 |
|
Tom Henderson
|
bca528b89a
|
Remove unused code
|
2007-05-12 15:36:41 -07:00 |
|
Tom Henderson
|
dc01b2136e
|
Separate address assignment from routing in PointToPoint topology code
|
2007-05-12 15:31:40 -07:00 |
|
Mathieu Lacage
|
bc15f7157e
|
remove useless assignments
|
2007-05-11 09:11:49 +02:00 |
|
Mathieu Lacage
|
720fae1bbe
|
rework the refcounting framework to use the MakeNewObject function
|
2007-05-11 08:59:49 +02:00 |
|
Mathieu Lacage
|
4bd2abebd2
|
use Ptr<> everywhere Object or NsUnknown are used
|
2007-05-10 20:19:26 +02:00 |
|
Mathieu Lacage
|
349f970d82
|
remove leaks and rework the Ptr class to work with a new refcount mechanism
|
2007-05-10 18:33:52 +02:00 |
|
Raj Bhattacharjea
|
de3b9c78f3
|
Removed manual ref/unref calls for Ptr<Node>
|
2007-05-09 14:50:14 -04:00 |
|
Raj Bhattacharjea
|
ecfcfa977d
|
Node* -> Ptr<Node>
|
2007-05-09 13:26:21 -04:00 |
|
Tom Henderson
|
ea55c60fe3
|
Enable both ascii and pcap tracing
|
2007-05-04 12:17:14 -07:00 |
|
Tom Henderson
|
a6f05a05e0
|
Cosmetic: change strings in the bind commands for queue. Move Bind() before CommandLine::Parse() in example script
|
2007-05-04 11:50:02 -07:00 |
|
Mathieu Lacage
|
ccd6f5b640
|
merge with HEAD
|
2007-05-04 14:03:12 +02:00 |
|
Mathieu Lacage
|
4f05b2b2fc
|
remove Node::GetIpv4
|
2007-05-03 15:24:34 +02:00 |
|
Mathieu Lacage
|
b1eccbe7bf
|
define and implement IUdp
|
2007-05-03 14:20:04 +02:00 |
|
Mathieu Lacage
|
e89d1692e5
|
make ApplicationList an NsUnknown object.
|
2007-05-03 13:17:29 +02:00 |
|
Mathieu Lacage
|
5c9a4d2328
|
fix last leaks with new refcounted mechanism
|
2007-05-03 00:31:04 +02:00 |
|
Mathieu Lacage
|
9021652bd3
|
use ref/unref for Node in more cases
|
2007-05-02 15:07:33 +02:00 |
|
Mathieu Lacage
|
acf2d25cd5
|
rework the Node and NodeList classes to manage reference counts correctly
|
2007-05-02 13:44:41 +02:00 |
|
Mathieu Lacage
|
c82b51d8da
|
remove Node::Copy, Node::Create and Node::*Prototype* methods.
|
2007-05-02 12:34:53 +02:00 |
|
Mathieu Lacage
|
a6e2a3fc30
|
do not leak the channel from simple-p2p
|
2007-05-02 11:43:22 +02:00 |
|
Mathieu Lacage
|
767fceb6f0
|
do not use Simulator::StopAt to avoid too many memory leaks
|
2007-05-02 11:38:21 +02:00 |
|
Mathieu Lacage
|
5f7f31e7c9
|
temporarily invoke node's Dispose from user script
|
2007-05-02 10:24:59 +02:00 |
|
Mathieu Lacage
|
47c1f224dc
|
re-enable ascii trace output by default
|
2007-05-01 11:38:30 +02:00 |
|
Mathieu Lacage
|
a49c5e804c
|
merge with pcap branch
|
2007-05-01 11:35:27 +02:00 |
|
Mathieu Lacage
|
399ba068e1
|
remove DatagramSocket, use Socket base class for UdpSocket subclass.
|
2007-04-30 16:23:10 +02:00 |
|