Commit Graph

538 Commits

Author SHA1 Message Date
Raj Bhattacharjea
4e32c8f56e Ptr changed to use Object's refcounts 2007-05-08 11:44:04 -04:00
Mathieu Lacage
5461e0a056 fix doxygen doc error 2007-05-09 17:07:50 +02: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
8819fdde7a make the code work on g++ 3.4.4 2007-05-07 23:05:17 +02:00
Mathieu Lacage
1808ad3c6d add extra test for object creation with multiple interfaces 2007-05-07 15:55:37 +02:00
Mathieu Lacage
440479be65 add more tests 2007-05-07 13:45:30 +02:00
Mathieu Lacage
d35f6e80df use Callback::Assign 2007-05-07 13:45:15 +02:00
Mathieu Lacage
0bd8f12c64 use Callback::Assign 2007-05-07 13:44:33 +02:00
Mathieu Lacage
9e269500d2 add Callback::Assign 2007-05-07 13:44:22 +02:00
Mathieu Lacage
658cc9cd23 rework and document API 2007-05-07 13:21:29 +02:00
Mathieu Lacage
aa4cf039bf a first draft of a component manager 2007-05-06 18:59:36 +02:00
Mathieu Lacage
4b68e3f7fe define class Iid to replace the uint32_t as suggested by Gustavo 2007-05-06 11:20:12 +02:00
Mathieu Lacage
6e437f5103 move code around 2007-05-04 15:04:07 +02:00
Mathieu Lacage
ccd6f5b640 merge with HEAD 2007-05-04 14:03:12 +02:00
Raj Bhattacharjea
c7db73ec6b Added static RNGs, like ExponentialVariable::GetSingleValue(mean) 2007-05-03 14:19:33 -04:00
Mathieu Lacage
4f05b2b2fc remove Node::GetIpv4 2007-05-03 15:24:34 +02:00
Mathieu Lacage
b4810cc153 remove Node::GetArp 2007-05-03 14:39:37 +02:00
Mathieu Lacage
2f1189d766 remove Node::GetUdp 2007-05-03 14:23:41 +02:00
Mathieu Lacage
b1eccbe7bf define and implement IUdp 2007-05-03 14:20:04 +02:00
Mathieu Lacage
c2bd604574 remove spurious call to Dispose 2007-05-03 13:49:24 +02:00
Mathieu Lacage
b15d1043d1 finish Dispose -> DoDispose rework 2007-05-03 13:24:43 +02:00
Mathieu Lacage
e89d1692e5 make ApplicationList an NsUnknown object. 2007-05-03 13:17:29 +02:00
Mathieu Lacage
b0399a9f9c fix valgrind warning: UdpSocket must manage carefully its Ipv4EndPoint to avoid double deleting it. 2007-05-03 13:11:50 +02:00
Mathieu Lacage
69ffe8defb make Ipv4L4Demux an NsUnknown object. 2007-05-03 12:46:50 +02:00
Mathieu Lacage
0e11e9f7f4 make L3Demux an NsUnknown object. 2007-05-03 12:33:08 +02:00
Mathieu Lacage
20d0136449 make Node derive from NsUnknown rather than Object 2007-05-03 11:08:13 +02:00
Mathieu Lacage
3e3d180edb disable the default constructor to avoid bugs 2007-05-03 11:06:51 +02:00
Mathieu Lacage
5b4433d50b add NsUnknown::Dispose 2007-05-03 11:01:26 +02:00
Mathieu Lacage
0db7be7cb8 rename the class itself 2007-05-03 10:58:08 +02:00
Mathieu Lacage
37434dca9c rename files 2007-05-03 10:49:28 +02:00
Mathieu Lacage
3ec8e09b8a airplane COM code 2007-05-03 10:34:35 +02:00
Mathieu Lacage
db843fd786 remove more dead code 2007-05-03 00:37:48 +02:00
Mathieu Lacage
97f57a698b remove dead code 2007-05-03 00:35:39 +02:00
Mathieu Lacage
62a6143de1 remove dead code 2007-05-03 00:33:03 +02:00
Mathieu Lacage
5c9a4d2328 fix last leaks with new refcounted mechanism 2007-05-03 00:31:04 +02:00
Mathieu Lacage
66780ca8aa constify refcounted object base class 2007-05-03 00:23:23 +02:00
Mathieu Lacage
4a90819ba6 port sample code to refcounting model 2007-05-03 00:12:39 +02:00
Mathieu Lacage
08e8dbec66 remove dead method declaration and dead use 2007-05-02 23:45:26 +02:00
Mathieu Lacage
77a1488dd2 implement properly the refcounting rules for the capability getters 2007-05-02 23:42:22 +02:00
Mathieu Lacage
e5d10e4bf7 make capabilities and sockets refcounted 2007-05-02 23:18:51 +02:00
Mathieu Lacage
5528c400d0 implement Dispose properly throughout the network stack 2007-05-02 23:08:41 +02:00
Mathieu Lacage
43154a6a64 use Dispose more extensively 2007-05-02 22:32:25 +02:00
Raj Bhattacharjea
34160210b4 Added default value sample 2007-05-02 15:23:35 -04:00
Raj Bhattacharjea
b31f827d9b Merged in default code 2007-05-02 13:39:39 -04:00
Mathieu Lacage
3dbf9f25e1 rework the socket/udp layer to remove the Ipv4EndPointDemux template 2007-05-02 19:14:34 +02:00
Raj Bhattacharjea
a158a93198 Randomvariable Lognormal added 2007-05-02 09:37:15 -04:00
Mathieu Lacage
2d41f0a3c1 fix segfault 2007-05-02 15:14:27 +02:00
Mathieu Lacage
9021652bd3 use ref/unref for Node in more cases 2007-05-02 15:07:33 +02:00
Mathieu Lacage
48899c0ba7 remove nil macro 2007-05-02 14:52:34 +02:00