Commit Graph

3219 Commits

Author SHA1 Message Date
Mathieu Lacage
44478e378d bug 209: remove buggy test for open state in PacketSocket::SendTo 2008-06-04 10:47:34 -07:00
Mathieu Lacage
1eb07aeaef bug 208: must clear flags bits in fragment offset deserialization. 2008-06-04 10:39:36 -07:00
Mathieu Lacage
10a7924d63 bug 207: ipv4-header.h needed in src/node module. 2008-06-04 10:18:57 -07:00
Mathieu Lacage
d3b35a295c bug 206: allow comparing addresses of different types. 2008-06-04 10:09:29 -07:00
Mathieu Lacage
1a5577bc3d bug 204: implement Queue::DequeueAll. 2008-06-04 09:22:37 -07:00
Mathieu Lacage
92f2ed110a bug 203: Listen must be implemented for Udp and Packet sockets. 2008-06-04 09:19:16 -07:00
Mathieu Lacage
8b7d6955e6 improve attribute documentation 2008-06-04 09:18:44 -07:00
Gustavo J. A. M. Carneiro
1ae7ba74b9 merge 2008-06-04 14:02:06 +01:00
Gustavo J. A. M. Carneiro
94b7fd9434 Re-format the NQSTA state machine diagram so that it displays correctly with a fixed width font. 2008-06-04 14:00:41 +01:00
Mathieu Lacage
1ca824b340 merge with HEAD 2008-06-03 16:20:32 -07:00
Mathieu Lacage
94587dd4f3 bug 200: Packet::PrintTags is not implemented. 2008-06-03 16:20:17 -07:00
Gustavo J. A. M. Carneiro
6495130641 merge 2008-06-03 21:19:36 +01:00
Gustavo J. A. M. Carneiro
d1cc848f30 Change default WiFi ProbeRequestTimeout to 50 ms; closes bug #199. 2008-06-03 21:16:21 +01:00
Mathieu Lacage
39b7522f4c merge with HEAD 2008-06-03 12:46:37 -07:00
Gustavo J. A. M. Carneiro
1840dfe6b1 Change the default beacon interval to a more realistic value (100 ms); closes bug #177. 2008-06-03 18:15:08 +01:00
Tom Henderson
5307dcfd48 Gustavo's API warnings 2008-06-03 07:09:40 -07:00
Tom Henderson
9dfc592a26 Added tag release ns-3.0.13 for changeset 79dba133b5f8 2008-06-02 21:21:26 -07:00
Tom Henderson
be9d919a58 update RELEASE_NOTES and a few other files 2008-06-02 21:21:16 -07:00
Mathieu Lacage
937f78e7bc doxygen updates 2008-06-02 10:51:55 -07:00
Mathieu Lacage
d9a606c58d update doxygen 2008-06-02 10:38:19 -07:00
Mathieu Lacage
d3942cd4d0 remove dead code. 2008-06-02 10:38:10 -07:00
Mathieu Lacage
6badc137d9 add some doxygen, remove a couple of XXX 2008-06-02 10:30:24 -07:00
Mathieu Lacage
2eafd4b9b1 merge with HEAD 2008-06-02 09:42:29 -07:00
Mathieu Lacage
add091ea23 bug197: fix infinite loop 2008-05-31 14:12:40 -07:00
Mathieu Lacage
92ebbd036d a testcase for bug 197 2008-05-31 14:12:24 -07:00
Mathieu Lacage
f08ea71825 add small comment 2008-05-31 11:00:01 -07:00
Mathieu Lacage
a5c312cb1c some more cleanup 2008-05-31 10:57:49 -07:00
Mathieu Lacage
e20525cad9 add small comment 2008-05-31 10:47:24 -07:00
Mathieu Lacage
00d36e836c add logging, cleanup AddAtEnd. 2008-05-31 10:46:23 -07:00
Gustavo J. A. M. Carneiro
312b8da3a3 Check for the 'diff' command, don't allow running regression tests without it. 2008-05-31 16:14:49 +01:00
Mathieu Lacage
26d46a960d fix a couple of XXX 2008-05-30 11:11:00 -07:00
Mathieu Lacage
2a323473e4 doxygen 2008-05-30 11:03:18 -07:00
Mathieu Lacage
4904c44f15 merge with HEAD 2008-05-30 10:39:43 -07:00
Mathieu Lacage
e4ec46dd52 fix dox warnings 2008-05-30 10:38:59 -07:00
Tom Henderson
a947ff3967 more doxygen 2008-05-30 10:36:02 -07:00
Mathieu Lacage
bbf1d7cce3 fix dox warning 2008-05-30 10:35:25 -07:00
Tom Henderson
dfb9b7360a Doxygen organization 2008-05-29 23:24:10 -07:00
Craig Dowell
554fcfda0d point-to-point cleanup 2008-05-29 19:09:56 -07:00
Mathieu Lacage
16d1d635a0 new Packet testcases, bug fix. 2008-05-29 12:13:42 -07:00
Mathieu Lacage
62d8743f1c bug 146: s/HostOrder// 2008-05-29 09:37:07 -07:00
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