Commit Graph

297 Commits

Author SHA1 Message Date
Mathieu Lacage
d7efedefde merge tom's tree with trunk 2007-02-18 11:16:08 +01:00
Tom Henderson
114c1a93d2 Merge in Craig's tracing changes as of Thursday; rename net-device-serial files to serial-net-device 2007-02-17 16:40:03 -08:00
Mathieu Lacage
c2e3d19e06 remove UdpIpv4L4Protocol class 2007-02-17 09:42:30 +01:00
Mathieu Lacage
d7a398bc11 remove ArpL3Protocol object 2007-02-17 09:35:50 +01:00
Mathieu Lacage
e4166af294 remove Ipv4L3Protocol class. 2007-02-17 09:28:02 +01:00
Mathieu Lacage
873bbd4ba1 convert old TRACE code to use new NS_DEBUG macro 2007-02-16 10:04:02 +01:00
Mathieu Lacage
d9318db068 convert use of <cassert> to "ns3/assert.h" 2007-02-16 09:56:21 +01:00
Mathieu Lacage
342ada342a preprecessor typo 2007-02-16 09:42:53 +01:00
Mathieu Lacage
7f5d4a1a79 remove extra debug.cc from build 2007-02-16 09:40:19 +01:00
Mathieu Lacage
2fafcce00c call NS_DEBUG_COMPONENT_DEFINE when needed 2007-02-16 09:37:35 +01:00
Mathieu Lacage
9e99f617ec convert NS3_TRACEALL to NS_DEBUG_UNCOND 2007-02-16 09:35:01 +01:00
Mathieu Lacage
f2533a7645 convert NS3_TRACE to NS_DEBUG 2007-02-16 09:34:28 +01:00
Mathieu Lacage
a49fb6556a merge with debug tree 2007-02-16 09:32:02 +01:00
Mathieu Lacage
ded5b872b9 add NS_DEBUG_UNCOND 2007-02-16 09:26:56 +01:00
Mathieu Lacage
07b9fc12aa add fatal-error.h header 2007-02-16 09:23:22 +01:00
Mathieu Lacage
8cf0f1f4b4 make sure that NS3_ASSER_ENABLE is defined in debug builds 2007-02-16 09:23:13 +01:00
Mathieu Lacage
50a1e7d737 split out assert from debug.h 2007-02-16 09:00:22 +01:00
Tom Henderson
421fe63583 large checkin-- bringing in serial device code 2007-02-15 23:55:15 -08:00
Tom Henderson
ff0432af99 Add InternetNode() 2007-02-15 22:27:33 -08:00
Tom Henderson
69f8408b04 Add Simulator::StopAt() 2007-02-15 21:56:24 -08:00
Tom Henderson
db2795f4b1 Add samples/ns-2/simple.tcl.cc to SConstruct 2007-02-15 21:54:16 -08:00
Unknown
95f07a831b queues, trace-writer, debug 2007-02-15 16:52:39 -08:00
Tom Henderson
465c2daa6b Test of commit access with Mercurial cheat sheet 2007-02-14 22:04:38 -08:00
Mathieu Lacage
06788bac27 regex: s/NS3_/NS_/ 2007-02-13 18:20:24 +01:00
Mathieu Lacage
42ea8aabe0 add API doc 2007-02-13 10:23:47 +01:00
Mathieu Lacage
b2c8866cbf make sure tha NS3_DEBUG_ENABLE is defined by doxygen preprocessor 2007-02-13 10:23:31 +01:00
Mathieu Lacage
310f67b835 avoid warning in optimized builds 2007-02-13 10:23:10 +01:00
Mathieu Lacage
cb102a5d0b improve assert brekapoint function 2007-02-13 10:22:49 +01:00
Mathieu Lacage
f5fee4c7af really trigger segfault when needed 2007-02-13 09:52:42 +01:00
Mathieu Lacage
bd19595461 add NS3_ASSERT and NS3_ASSERT_MSG 2007-02-13 09:45:32 +01:00
Mathieu Lacage
604f7b13e7 change defaults to be a bit more reasonable 2007-02-12 23:46:53 +01:00
Mathieu Lacage
f4617ef46a make trace version build 2007-02-12 23:46:40 +01:00
Mathieu Lacage
53ed89a9e0 initialize correctly mac addresses read from arp packets 2007-02-12 23:37:15 +01:00
Mathieu Lacage
e63da149b5 configure the ipv4 interfaces 2007-02-12 23:24:20 +01:00
Mathieu Lacage
ed1e87c051 make sure that mac addr len is correctly written 2007-02-12 23:24:00 +01:00
Mathieu Lacage
fdae8028d6 make sure the MTU is correcrtly setup and the link is up. 2007-02-12 23:23:30 +01:00
Mathieu Lacage
c76a89d22a replace pointer with reference 2007-02-12 23:22:48 +01:00
Mathieu Lacage
3d32a4d0d2 add routing table output function 2007-02-12 22:44:41 +01:00
Mathieu Lacage
608862b8d2 make route iteration actually work 2007-02-12 22:44:18 +01:00
Mathieu Lacage
df35898657 make the p2p example compile 2007-02-12 20:15:19 +01:00
Mathieu Lacage
380b55a1f1 small typo 2007-02-12 20:15:08 +01:00
Mathieu Lacage
ef8e255fd9 make rx work by upping the interface once it is ready 2007-02-12 19:58:10 +01:00
Mathieu Lacage
5f559b47f8 make simple example work 2007-02-12 19:52:01 +01:00
Mathieu Lacage
da3bdd9824 add some traffic generation to sample code 2007-02-12 19:47:36 +01:00
Mathieu Lacage
12cf66da2b fix memory leaks for simple sample code 2007-02-12 19:32:42 +01:00
Mathieu Lacage
5b05f21261 make the sample code compile and link. 2007-02-12 19:28:48 +01:00
Mathieu Lacage
85025db6dd implement ipv4 loopback for testing 2007-02-12 19:28:19 +01:00
Mathieu Lacage
3c434977f0 add p2p netdevice and channel 2007-02-12 16:45:58 +01:00
Mathieu Lacage
8c31ac1950 remove SetNodeId and implement GetId and GetSystemId 2007-02-12 16:01:18 +01:00
Mathieu Lacage
5d68fb13ea do not include dead header 2007-02-12 16:01:07 +01:00