Commit Graph

75 Commits

Author SHA1 Message Date
Tom Henderson
f1cd4984a1 Add ApplicationList and Capability 2007-03-27 21:48:22 -07:00
Craig Dowell
6af1c8bb1f net device copy and assignment, reference counted channel. 2007-03-27 15:41:08 -07:00
Craig Dowell
994c7be384 remove unused files, remove notion of PHY, make more realistic p2p-net-device and p2p-channel 2007-03-27 13:04:11 -07:00
Tom Henderson
a3663bc40c Make queues copyable; change p2p-topology.cc to reflect this 2007-03-25 17:47:59 -07:00
Unknown
be28cb56ff Added back corrected version of TimeUnit(string) 2007-03-25 13:11:20 -04:00
Tom Henderson
c2a49fc1c2 remove 512-byte MTU for P2P net device; make default in base class equal to max uint16 2007-03-25 07:20:24 -07:00
Tom Henderson
f62c2ad8e5 Revert Raj's time unit patch-- causing compilation errors 2007-03-25 06:43:34 -07:00
Raj Bhattacharjea
ad941f038c Added TimeUnit<1>::TimeUnit<1>(const std::string&) 2007-03-23 13:47:22 -04:00
George F. Riley
8b9fb7b105 Clean up parameter passing per TOm's request 2007-03-22 14:54:20 -04:00
Tom Henderson
d52242c4ae OnOffApplication functioning; some Node class cleanup 2007-03-21 23:17:11 -07:00
Tom Henderson
9e86e12f6f Add nodes to NodeList in static Create method; cut over simple-serial.cc to use this node factory 2007-03-20 06:28:24 -07:00
Tom Henderson
b9e6974c8e Add static node factory methods to class Node 2007-03-19 22:19:38 -07:00
Tom Henderson
3e2f129922 Add base class IPAddr; L4Protocol; Protocol; OnOff Application, and base class Socket 2007-03-18 14:35:44 -07:00
Tom Henderson
0689d2c0d7 Begin checkin of ns-3-gfr; s/UdpSocket/DatagramSocket; bring in Application base class and onoff-application, and base class socket; bring in random number generator files 2007-03-18 14:30:26 -07:00
Tom Henderson
327949573d move channel.cc channel.h to node directory; merge ns-3-tracing from mathieu 2007-03-18 14:06:51 -07:00
Tom Henderson
4b39fb88ae Rename UdpSocket to DatagramSocket 2007-03-17 23:16:59 -07:00
Tom Henderson
7868600d6b Add random number files, base class Application 2007-03-17 22:32:08 -07:00
Mathieu Lacage
c6bb8b9b64 fix typo. reported by Gustavo Carneiro. 2007-03-15 13:26:30 +01:00
Tom Henderson
e7e003521d Fix bug 8: Enque/Deque misspelled 2007-03-07 22:26:20 -08:00
Mathieu Lacage
c276aab07b add operator = to InternetNode 2007-02-26 10:28:57 +01:00
Mathieu Lacage
796b5d4a3f move serial code to src/devices/serial 2007-02-22 10:04:54 +01:00
Mathieu Lacage
e69f129532 remove unused header 2007-02-22 10:03:55 +01:00
Mathieu Lacage
1a279cc652 remove unused files 2007-02-22 09:54:27 +01:00
Mathieu Lacage
f099a24c94 move p2p to new dir 2007-02-22 09:51:54 +01:00
Mathieu Lacage
2218e346ae merge with trunk 2007-02-22 09:40:46 +01:00
Mathieu Lacage
29b2db3a67 make trailing ';' mandatory with NS_DEBUG macros. fix all invalid uses. 2007-02-21 20:04:32 +01:00
Mathieu Lacage
904c8f5a8a improve arp debugging output 2007-02-21 18:14:03 +01:00
Mathieu Lacage
76322a79de fix queue tracing 2007-02-21 17:06:19 +01:00
Mathieu Lacage
d2064f1190 remove now-unused call to c_str () 2007-02-21 16:30:08 +01:00
Unknown
379e7ffd5f Forgot to add in serial-phy classes 2007-02-21 00:15:47 -08:00
Unknown
97af81500b Plumbing in SerialPhy in receive direction 2007-02-21 00:09:28 -08:00
Unknown
a8a939e65e Move a few functions definitions out of headers 2007-02-21 00:02:27 -08:00
Unknown
cc8286b25e Plumb in outbound SerialPhy 2007-02-20 23:58:21 -08:00
Unknown
0523df8827 Added tracing support to simple.tcl.cc (Craig) 2007-02-20 22:55:09 -08:00
Mathieu Lacage
3326fdba35 use new NS_ASSERT macro rather than assert. this makes the code build on my machine. 2007-02-19 10:23:50 +01:00
Tom Henderson
847aca86cf Added all UDP sources, sinks, routes-- not working yet 2007-02-19 00:44:05 -08:00
Unknown
957462263f strawman connectors and channel 2007-02-18 19:19:42 -08:00
Mathieu Lacage
715c72fac2 convert to new debug macros 2007-02-18 11:19:58 +01:00
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
2fafcce00c call NS_DEBUG_COMPONENT_DEFINE when needed 2007-02-16 09:37:35 +01:00
Mathieu Lacage
f2533a7645 convert NS3_TRACE to NS_DEBUG 2007-02-16 09:34:28 +01:00
Tom Henderson
421fe63583 large checkin-- bringing in serial device code 2007-02-15 23:55:15 -08:00
Unknown
95f07a831b queues, trace-writer, debug 2007-02-15 16:52:39 -08:00
Mathieu Lacage
604f7b13e7 change defaults to be a bit more reasonable 2007-02-12 23:46:53 +01:00