Commit Graph

3179 Commits

Author SHA1 Message Date
Mathieu Lacage
5872949e0a make sure we output the right diff command 2008-05-29 09:06:42 -07:00
Mathieu Lacage
f173b434dd DequeuePending returns 0 upon error, not the other way round. 2008-05-29 09:01:31 -07:00
Mathieu Lacage
48fa3d344c fix valgrind-reported leak 2008-05-29 08:16:53 -07:00
Gustavo J. A. M. Carneiro
b9d448c83b Fix TCP valgrind problem (bug #194): TcpSocketImpl::m_wouldBlock was not always being initialized. 2008-05-29 15:10:40 +01:00
Gustavo J. A. M. Carneiro
6152ba1a89 Make Application::Start/Stop times relative, Simulator::StopAt(time) renamed to Simulator::Stop(time) and time also made relative, to improve consistency of the API which uses relative times everywhere else. Closes bug #191. 2008-05-29 11:45:57 +01:00
Gustavo J. A. M. Carneiro
08f2b87daa merge 2008-05-29 09:34:47 +01:00
Gustavo J. A. M. Carneiro
39c1412e3e Don't register IPv4 protocol handler for all interfaces, only for IPv4-enabled interfaces. 2008-05-29 09:34:31 +01:00
Tom Henderson
41b7eadd33 undo changeset 3161 (to pass unit tests) 2008-05-28 22:45:59 -07:00
Tom Henderson
b851cc5b0b Undo changeset 3163 (breaks multicast) 2008-05-28 22:06:14 -07:00
Mathieu Lacage
08961f4883 make sure that the mac low listener is destroyed _after_ the mac low itself. 2008-05-28 13:59:53 -07:00
Mathieu Lacage
c9ccce91ed remove dead code 2008-05-28 13:22:50 -07:00
Mathieu Lacage
76dd4d1db4 Fix off-by-2 errors 2008-05-28 13:03:29 -07:00
Mathieu Lacage
27e5640201 the TypeId for Packet sockets is PacketSocketFactory, not PacketSocket. fix bug introduced by changeset c33b6d2775b7. 2008-05-28 11:28:06 -07:00
Mathieu Lacage
fdc3e27c11 merge with HEAD 2008-05-28 10:49:01 -07:00
Mathieu Lacage
709f6a6d5b document 2008-05-28 10:47:21 -07:00
Mathieu Lacage
45793c3a02 fix new packet bug 2008-05-28 10:47:14 -07:00
Mathieu Lacage
137ff47a46 fix the testcase 2008-05-28 10:31:09 -07:00
Mathieu Lacage
ab01dd65a4 a failing testcase. 2008-05-28 10:11:25 -07:00
Mathieu Lacage
31870b3bc0 more logging code 2008-05-28 10:11:08 -07:00
Mathieu Lacage
0c34dea05b kill dead code 2008-05-28 10:10:47 -07:00
Gustavo J. A. M. Carneiro
b135ced7aa Bug #154: Attach sockets to nodes. Patch by Rajib Bhattacharjea. 2008-05-28 17:52:42 +01:00
Mathieu Lacage
16018e8d7e add logging 2008-05-28 08:51:27 -07:00
Craig Dowell
0ef25b59c4 CSMA Model Description 2008-05-27 22:30:11 -07:00
Mathieu Lacage
20b1d65d07 avoid segfault 2008-05-27 15:57:51 -07:00
Mathieu Lacage
eaf4fb4a6d doxygen. 2008-05-27 15:32:08 -07:00
Mathieu Lacage
f86b2de0af merge with HEAD 2008-05-27 15:01:11 -07:00
Tom Henderson
4182edbc93 fix optimized build 2008-05-27 06:03:48 -07:00
Tom Henderson
6af434b9f9 branch merge 2008-05-26 21:41:23 -07:00
Mathieu Lacage
f79ac9e373 fix optimized build 2008-05-26 21:03:59 -07:00
Mathieu Lacage
c352b35d3f add NS_LOG_APPEND_CONTEXT 2008-05-26 21:00:25 -07:00
Mathieu Lacage
b91e3b0e4c ATTRIBUTE_HELPER_HEADER_2 -> ATTRIBUTE_HELPER_HEADER 2008-05-26 20:48:54 -07:00
Mathieu Lacage
0d86d03be0 kill ATTRIBUTE_HELPER_HEADER_1 2008-05-26 20:44:19 -07:00
Tom Henderson
9a94ef7a2d some doxygen cleanup 2008-05-26 11:48:18 -07:00
Tom Henderson
791e9ae464 Receive raw buffer variant 2008-05-26 11:22:42 -07:00
Tom Henderson
c2a543f568 Tutorial material for sockets 2008-05-26 11:07:41 -07:00
Mathieu Lacage
b3390aaa3e report packet drops in ARP. 2008-05-25 14:58:22 -07:00
Mathieu Lacage
3d0264e3a3 fix bug 185 2008-05-25 14:44:36 -07:00
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
Tom Henderson
0008eeebce branch merge 2008-05-25 08:05:26 -07:00
Tom Henderson
ca7b76ef27 Add tag serialize methods; add serialize routines to Address 2008-05-25 08:04:57 -07:00
Tom Henderson
a41edb2fa1 remove std::endl from PPP header print 2008-05-25 05:35:22 -07:00
Craig Dowell
ffd1766adc fix bug 183 2008-05-23 17:03:51 -07:00
Tom Henderson
f9e025ad81 add dia to the supported figure generation tools for the tutorial; clean up 2008-05-23 15:50:00 -07:00
Tom Henderson
b62c394703 dia command line options 2008-05-23 14:51:05 -07:00
Tom Henderson
4ba092f3aa branch merge 2008-05-23 12:26:21 -07:00
Tom Henderson
93126f3a55 tutorial work (add back packet chapter) 2008-05-23 12:25:55 -07:00