Commit Graph

301 Commits

Author SHA1 Message Date
Mathieu Lacage
42fbffdbdb more logging. Make sure we do dispose attached Ipv4Interface 2008-05-25 14:44:14 -07:00
Mathieu Lacage
f83b6c7ab1 more logging. Make sure we invoke parent's Dispose method 2008-05-25 14:43:41 -07:00
Mathieu Lacage
2f1e4574c0 more logging output 2008-05-25 14:42:55 -07:00
Mathieu Lacage
de351e9388 re-organize the ARP code to expose arp cache attributes. 2008-05-25 11:07:08 -07:00
Mathieu Lacage
20f5f62292 add attributes to ArpCache 2008-05-25 10:27:34 -07:00
Mathieu Lacage
d5a75f0cec merge with HEAD 2008-05-16 10:29:34 -07:00
Mathieu Lacage
91c4ef481f remove dead code. 2008-05-16 10:25:24 -07:00
Unknown
1b12b95ee9 Removed TraceContext and TraceResolver references, removed MobilityModelNotifier class, and minor changes on samples/main-random-walk.cc. 2008-05-14 19:24:17 -04:00
Tom Henderson
3752943c22 bug 131 partial fix: split out Send and DataSent callbacks 2008-04-22 22:29:16 -07:00
Tom Henderson
829a6dd8bb branch merge 2008-04-22 21:19:39 -07:00
Mathieu Lacage
7be1b92968 merge with HEAD 2008-04-21 09:04:08 -07:00
Mathieu Lacage
d1ddd3c89b merge 2008-04-21 08:58:23 -07:00
Mathieu Lacage
ea6e067812 merge with HEAD 2008-04-21 08:05:34 -07:00
Mathieu Lacage
6a93edb24e use CopyObject and not Create to copy RttMeanDeviation. Implement the copy constructor correctly. 2008-04-18 14:35:38 -07:00
Mathieu Lacage
35170aed54 merge with HEAD 2008-04-17 15:54:35 -07:00
Mathieu Lacage
2c1b7db441 merge with HEAD 2008-04-17 15:50:49 -07:00
Mathieu Lacage
4ff40c4a07 get rid of Attribute class. Use AttributeValue subclasses directly. 2008-04-17 13:42:25 -07:00
Mathieu Lacage
f5f32e0ea3 merge 2008-04-16 10:52:38 -07:00
Mathieu Lacage
39ef17d6a4 bug 107 2008-04-16 10:52:26 -07:00
Raj Bhattacharjea
bb10734d66 Fix for bug 166 2008-04-16 12:40:46 -04:00
Mathieu Lacage
1649c1dc65 NS_LOG_FUNCTION -> NS_LOG_FUNCTION_NOARGS and NS_LOG_PARAMS -> NS_LOG_FUNCTION 2008-04-15 15:10:53 -07:00
Mathieu Lacage
53be11fe6f update testcase to deal with the return value of Socket::Send. Make sure udp packets are copied before going down the ip stack. 2008-04-15 10:49:09 -07:00
Liu Jian
61375f8ef5 Fix bug 168: Socket::SendTo does not return the number of bytes sent for udp sockets. 2008-04-15 09:41:58 -07:00
Mathieu Lacage
6d53b47cae improve documentation 2008-04-14 16:06:44 -07:00
Mathieu Lacage
822e13a7df align with the semantics of _PARAMS 2008-04-14 10:28:42 -07:00
Mathieu Lacage
112b278854 kill NS_LOG_PARAMS_BEGIN/END. 2008-04-14 10:10:17 -07:00
Tom Henderson
e855838ed1 Align helper API use of Install() 2008-04-13 15:46:17 -07:00
Raj Bhattacharjea
271ea4bc75 Add support for TCP cwnd tracing 2008-04-10 15:04:47 -04:00
Mathieu Lacage
f6ba778fc9 define a TypeId for ns3::Ipv4Interface 2008-04-09 17:28:19 -07:00
Mathieu Lacage
a75e91cc03 add ObjectVector::GetItemTypeId 2008-04-09 14:58:52 -07:00
Tom Henderson
bb5f9f1a50 Prevent internet stack helper from overwriting internet stack 2008-04-08 23:10:39 -07:00
Raj Bhattacharjea
05019b6214 Add TCP delayed acks 2008-04-04 17:20:36 -04:00
Tom Henderson
c802635595 Some doxygen work 2008-04-03 09:07:15 -07:00
Mathieu Lacage
d1d683ee21 remove 'All rigts reserved' keyword per tom's suggestion 2008-03-31 14:56:41 -07:00
Mathieu Lacage
b41554c18f kill dead code. 2008-03-31 14:36:21 -07:00
Mathieu Lacage
40349f92d8 do not include internet-node.h 2008-03-31 14:36:15 -07:00
Mathieu Lacage
6935a997e6 do not use InternetNode 2008-03-31 14:34:38 -07:00
Raj Bhattacharjea
521c43eb23 Fix the fin retransmission; 2008-03-31 16:18:03 -04:00
Tom Henderson
8810ebfe02 Fix multicast forwarding problem 2008-03-29 08:47:25 -07:00
Raj Bhattacharjea
6191bda098 Implement TcpHeader::Print (bug 151) 2008-03-27 12:27:41 -04:00
Craig Dowell
a12b08bd3a branch merge 2008-03-24 12:57:32 -07:00
Mathieu Lacage
3a19364b1b introduce AddInternetStack 2008-03-24 11:56:50 -07:00
Craig Dowell
e1c0003987 ip helper and find ip interface for device method on ipv4 2008-03-21 17:26:01 -07:00
Gustavo J. A. M. Carneiro
91cf6bfccd Fix the udp socket unit test problem discovered by Mathieu. 2008-03-21 14:17:58 +00:00
Mathieu Lacage
53b3d2bb1f SimpleChannel/SimpleNetDevice. Use them where needed. 2008-03-20 15:27:48 -07:00
Raj Bhattacharjea
05b6cf11a8 Fix TCP handshake sequence numbers 2008-03-20 16:25:35 -04:00
Raj Bhattacharjea
de80ab4910 Pass TcpSockets as smart pointers into demux callbacks
fixes TcpSocket memory leaks
2008-03-20 14:04:24 -04:00
Mathieu Lacage
cabfd83031 improve pretty-printing output. 2008-03-19 11:10:37 -07:00
Mathieu Lacage
2f666d9622 make sure all headers and trailers gets a constructor registered in their TypeId. 2008-03-19 10:31:50 -07:00
Mathieu Lacage
6b9fc231e1 remove dead code. 2008-03-17 14:49:52 -07:00