Commit Graph

194 Commits

Author SHA1 Message Date
Gustavo J. A. M. Carneiro
4c68aff164 Rename the SocketErrno enumeration values, from ESOMETHING to ERROR_SOMETHING, to avoid conflict with errno #define's; fixes compilation in mingw32. 2007-05-17 15:50:20 +01:00
Mathieu Lacage
6a4d33e3e6 improve IIpv4 dox 2007-05-17 12:23:39 +02:00
Raj Bhattacharjea
256582455b Some dox additions/fixes 2007-05-16 17:01:39 -04:00
Raj Bhattacharjea
7c4b2d67f6 Queue dox 2007-05-14 14:56:39 -04:00
Raj Bhattacharjea
487867d3aa MacAddress dox 2007-05-14 14:34:48 -04:00
Raj Bhattacharjea
29ba1c1c64 droptail and ipv4address dox 2007-05-14 14:07:26 -04:00
Gustavo J. A. M. Carneiro
cf9674a713 Update WAF scripts to changes in source tree layout 2007-05-14 13:46:53 +01:00
Mathieu Lacage
ddeb64e4dd remove old crap 2007-05-14 13:04:59 +02:00
Mathieu Lacage
109139b07f make OnOffApplication not depend on IUdp 2007-05-14 12:59:44 +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
Mathieu Lacage
1b0dbb2b34 rename node.h to i-node.h 2007-05-14 09:09:43 +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
ec20424afb remove useless comment 2007-05-13 11:57:40 +02:00
Mathieu Lacage
a9ffc5d23b complete dox doc 2007-05-13 11:57:27 +02:00
Mathieu Lacage
36b2223600 add dox documentation 2007-05-13 11:51:01 +02:00
Mathieu Lacage
52d60ea049 add dox documentation for Node 2007-05-13 11:46:11 +02:00
Mathieu Lacage
88c5dfecb0 make the Node API more consistent 2007-05-13 11:30:15 +02:00
Mathieu Lacage
1f454dd36e merge with trunk 2007-05-13 11:24:28 +02:00
Mathieu Lacage
f1612bbc2c fix dox warnings 2007-05-13 10:57:43 +02:00
Mathieu Lacage
d83bde7b0f improve doxygen output 2007-05-13 10:46:25 +02:00
Mathieu Lacage
293fb90057 improve doxygen output 2007-05-13 10:42:42 +02:00
Mathieu Lacage
05b444ae8a fix the doxygen comments and simplify the implementation 2007-05-13 10:24:35 +02:00
Mathieu Lacage
b1574fba1a remove Application::Copy 2007-05-13 10:02:10 +02:00
Mathieu Lacage
87112f46f7 call Node::AddDevice from NetDevice::NetDevice 2007-05-13 09:58:53 +02:00
Mathieu Lacage
26c628e81a remove ApplicationList. Move functionality to Node class 2007-05-13 09:46:38 +02:00
Mathieu Lacage
a37a156977 make Queue::CreateDefault use the ComponentManager. 2007-05-13 09:35:03 +02:00
Tom Henderson
dc01b2136e Separate address assignment from routing in PointToPoint topology code 2007-05-12 15:31:40 -07:00
Mathieu Lacage
b3aee2deb2 NetDevice and Channel now derive from Interface rather than Object 2007-05-11 19:26:01 +02:00
Mathieu Lacage
5cb92847c4 make Queue derive from Interface 2007-05-11 19:15:28 +02:00
Mathieu Lacage
666e00b097 rename Iid to InterfaceId 2007-05-11 18:57:45 +02:00
Mathieu Lacage
e22e6188cf rename NsUnknown to Interface and NsUnknownManager to ComponentManager 2007-05-11 18:52:05 +02:00
Mathieu Lacage
6495c220a9 rename ns-unknown.h/cc ns-unknown-manager.h/cc 2007-05-11 18:42:39 +02:00
Mathieu Lacage
24d19e29c0 rename Ptr::Get and Ptr::Peek to GetPointer and PeekPointer 2007-05-11 09:46:01 +02:00
Mathieu Lacage
4bd2abebd2 use Ptr<> everywhere Object or NsUnknown are used 2007-05-10 20:19:26 +02:00
Mathieu Lacage
2d66e7e804 make sure that NodeList::GetNode is correctly implemented 2007-05-10 08:34:32 +02:00
Mathieu Lacage
f5451f5bce rename NodeList::PeekNode to NodeList::GetNode 2007-05-10 08:19:19 +02:00
Mathieu Lacage
e322d7f1df implement properly NetDevice::DoDispose and rename NetDevice::PeekNode to NetDevice::GetNode 2007-05-10 08:18:41 +02:00
Mathieu Lacage
96e58ed708 convert UdpSocket and Udp to Ptr<Node> 2007-05-10 07:51:59 +02:00
Mathieu Lacage
c12d5a1142 revert Ipv4Interface * -> Ptr<Ipv4Interface> 2007-05-10 07:30:37 +02:00
Raj Bhattacharjea
bd73c92bb5 Hacked arraytraceresolver to compile, but segfaults upon running simple-p2p 2007-05-09 16:56:33 -04: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
Gustavo J. A. M. Carneiro
b2a87732c9 Add support for building with WAF 2007-05-07 12:01:51 +01: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
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