Commit Graph

603 Commits

Author SHA1 Message Date
Mathieu Lacage
c329d7dd4e improve Packet Header/Trailer API dox 2007-06-16 17:15:58 +02:00
Tom Henderson
ca3871e4f6 Backed out changeset 767 for the release (not ready) 2007-06-15 13:30:40 -07:00
Tom Henderson
d1c6c9a348 back out unfinished p2p changes 2007-06-15 13:19:57 -07:00
Gustavo J. A. M. Carneiro
d5260811dc Add a Packet::AddAtEnd unit test. 2007-06-15 18:10:40 +01:00
Gustavo J. A. M. Carneiro
65aca43f3f WAF: make all ns3 modules register themselves in the environment; link the run-tests program with all ns3 modules, not with a hardcoded list. 2007-06-15 15:19:38 +01:00
Gustavo J. A. M. Carneiro
96418f577d re-sync cairo-wideint.c with upstream cairo's version (also fixes the recent compiler warning, but in a different way) 2007-06-14 13:09:56 +01:00
Gustavo J. A. M. Carneiro
2ee9064175 merge 2007-06-14 12:55:24 +01:00
George F. Riley
4042681e83 Simplification to p2p-net-device and p2p-channel (work in progress) 2007-06-14 10:41:47 +02:00
Gustavo J. A. M. Carneiro
50037ae611 Fix compilier warning/error: src/simulator/cairo-wideint.c:789: warning: comparison between signed and unsigned integer expressions. 2007-06-13 18:40:38 +01:00
Mathieu Lacage
4f0eae4a6d add a rationale for the way Trailers work 2007-06-13 16:37:04 +02:00
Gustavo J. A. M. Carneiro
4772e79fee Define env['NS3_MODULE_PATH'] in configure rather than build. 2007-06-12 18:52:58 +01:00
Gustavo J. A. M. Carneiro
72622c0755 Re-sync WAF build with the latest SConstruct changes. 2007-06-12 14:05:01 +01:00
Mathieu Lacage
76b31adc2f fix bug 29 2007-06-12 11:04:00 +02:00
Mathieu Lacage
641ecb2736 fix bug 28 2007-06-12 10:53:38 +02:00
Mathieu Lacage
33a493fe5d IIpv4 -> Ipv4 2007-06-11 17:50:16 +02:00
Mathieu Lacage
967b3f34e9 IIpv4 -> Ipv4 2007-06-04 18:25:43 +02:00
Mathieu Lacage
09ed1c9575 i-ipv4.h -> ipv4.h 2007-06-04 18:05:36 +02:00
Mathieu Lacage
f71d6fd74f IUdp -> Udp 2007-06-04 18:03:26 +02:00
Mathieu Lacage
b9c4fa85f1 i-udp.h -> udp.h 2007-06-04 18:01:09 +02:00
Mathieu Lacage
c32fa46161 ISocketFactory -> SocketFactory 2007-06-04 17:57:01 +02:00
Mathieu Lacage
d0bd4ea161 i-socket-factory.h -> socket-factory.h 2007-06-04 17:54:56 +02:00
Mathieu Lacage
7b6d5c4e97 IIpv4Private -> Ipv4Private 2007-06-04 17:42:37 +02:00
Mathieu Lacage
0459737b00 IIpv4Impl -> Ipv4Impl 2007-06-04 17:40:09 +02:00
Mathieu Lacage
372ecb8430 preprocessor update 2007-06-04 17:24:45 +02:00
Mathieu Lacage
9a852e442e IUdpImpl -> UdpImpl 2007-06-04 17:24:18 +02:00
Mathieu Lacage
92757ef5c3 Udp -> UdpL4Protocol 2007-06-04 17:22:52 +02:00
Mathieu Lacage
297692d88b udp.h -> udp-l4-protocol.h 2007-06-04 17:18:02 +02:00
Mathieu Lacage
4ead4618e6 i-arp-private.h -> arp-private.h 2007-06-04 17:14:59 +02:00
Mathieu Lacage
96f1c67bfe i-udp-impl.h -> udp-impl.h 2007-06-04 17:13:21 +02:00
Mathieu Lacage
9db1449b4b i-ipv4-private.h ipv4-private.h 2007-06-04 17:06:03 +02:00
Mathieu Lacage
9421bfcfee i-ipv4-impl.h -> ipv4-impl.h 2007-06-04 16:59:51 +02:00
Mathieu Lacage
a5a1152e95 Arp -> ArpL3Protocol 2007-06-04 16:57:24 +02:00
Mathieu Lacage
3a97fce182 arp.h -> arp-l3-protocol.h 2007-06-04 16:54:36 +02:00
Mathieu Lacage
e8ab5afb41 Ipv4 -> Ipv4L3Protocol 2007-06-04 16:51:59 +02:00
Mathieu Lacage
1d0658dc85 rename ipv4.h to ipv4-l3-protocol.h 2007-06-04 16:42:10 +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
c4234041bc remove file 2007-06-04 16:24:05 +02:00
Mathieu Lacage
359a2f98a8 rename i-node to node 2007-06-04 16:21:05 +02:00
Mathieu Lacage
1225b1623e rename INode to Node 2007-06-04 16:17:01 +02:00
Mathieu Lacage
18c3f768a3 small typo 2007-05-25 21:28:38 +02:00
Mathieu Lacage
0e277a28d8 improve dox 2007-05-25 21:27:58 +02:00
Mathieu Lacage
44007809fd size of element is pointer, not value 2007-05-25 18:51:04 +02:00
Mathieu Lacage
827e1c879e avoid checking for the Object::iid value from within ComponentManager::Register 2007-05-25 18:39:02 +02:00
Mathieu Lacage
1a7e6629fb more tests 2007-05-25 18:22:22 +02:00
Mathieu Lacage
4164903d0e eliminate memory leak 2007-05-25 18:13:01 +02:00
Mathieu Lacage
5bedcf0a1c add dox 2007-05-25 18:00:50 +02:00
Mathieu Lacage
f1db331e5d fix buggy assert 2007-05-25 17:42:53 +02:00
Mathieu Lacage
3df39a1f78 add DefaultValue support for ClassId 2007-05-25 15:28:24 +02:00
Mathieu Lacage
59459fc6ca a new ComponentManager API 2007-05-25 14:15:03 +02:00