Commit Graph

290 Commits

Author SHA1 Message Date
Mathieu Lacage
2edda56a6f merge bug 213 repo 2008-06-13 17:20:55 -07:00
Mathieu Lacage
82e92545aa bug 186: internet-node directory must be renamed to internet-stack 2008-06-09 15:40:22 -07:00
Tom Henderson
de69fcb842 RecvFrom() expansion, add flags parameter to some Send calls 2008-06-09 06:40:21 -07:00
Craig Dowell
88d12f80eb CSMA Cleanup, XXX in echo apps, clarification of point-to-point data rates in dox 2008-06-07 10:38:39 -07:00
Raj Bhattacharjea
6c4692ea55 Restore tcp example to full size, also a bugfix 2008-06-06 16:10:54 -04:00
Raj Bhattacharjea
de2475ddc3 Merge with ns-3-dev 2008-06-04 17:19:32 -04:00
Craig Dowell
554fcfda0d point-to-point cleanup 2008-05-29 19:09:56 -07: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
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
20b1d65d07 avoid segfault 2008-05-27 15:57:51 -07:00
Raj Bhattacharjea
62ff82d0ca Fix up recv buffer stuff some more 2008-05-22 17:08:19 -04:00
Tom Henderson
72dba0d456 branch merge 2008-05-21 19:00:38 -07:00
Raj Bhattacharjea
3bd417f4e5 Merge with tomh/ns-3-dev-socket 2008-05-21 12:01:24 -04:00
Tom Henderson
8dc2460416 move Tcp to TcpSocketFactory 2008-05-20 12:16:55 -07:00
Raj Bhattacharjea
3a34c3fff1 Merge with tomh/ns-3-dev-socket 2008-05-20 14:40:36 -04:00
Tom Henderson
2a14b1c408 remove spurious test line 2008-05-20 07:27:16 -07:00
Tom Henderson
5b119aa40d Add attributes to new abstract base class for UdpSocket 2008-05-20 07:25:17 -07:00
Tom Henderson
25de2ff3c4 s/UdpImpl/UdpSocketFactoryImpl 2008-05-17 22:02:09 -07:00
Tom Henderson
4c4ef85a93 s/ns3::Udp/ns3::UdpSocketFactory 2008-05-17 12:08:20 -07:00
Mathieu Lacage
2c57f536e3 merge with HEAD 2008-05-16 15:52:04 -07:00
Mathieu Lacage
7c509777e5 forgot to remove dead includes 2008-05-16 10:40:37 -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
Tom Henderson
aa7b91f890 branch merge 2008-05-15 21:35:55 -07:00
Mathieu Lacage
05c3383610 remove XXX 2008-05-15 11:25:17 -07:00
Mathieu Lacage
43c64f656b ensure that the list of positions is long enough 2008-05-15 10:39:44 -07:00
Unknown
8d3dfb1df9 Merged nonotifier with main branch. 2008-05-15 07:47:17 -04: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
Mathieu Lacage
47e58be578 update pcap trace setup filename 2008-05-14 09:37:00 -07:00
Raj Bhattacharjea
0add09088e Use the correct semantics for sendcallback 2008-05-12 15:12:26 -04:00
Raj Bhattacharjea
006ac07f97 Tcp large transfer modified to keep sending for 10 seconds 2008-05-12 13:27:45 -04:00
Raj Bhattacharjea
5d5fd895f1 Add a socket callback that can unblock a blocked close 2008-05-12 13:13:50 -04:00
Tom Henderson
a042d0bbef Move API for socket factory to a Socket::CreateSocket () factory method 2008-05-12 06:39:00 -07:00
Tom Henderson
fc73accacd branch merge from ns-3-dev 2008-05-11 15:17:18 -07:00
Craig Dowell
515183caae fix bug 161 2008-05-11 11:18:21 -07:00
Tom Henderson
bfe0533aa3 overloaded Recv() method suggested by Gustavo 2008-05-02 09:38:18 -07:00
Tom Henderson
f8a2add627 more cleanup 2008-05-02 09:21:01 -07:00
Tom Henderson
c6f7bb2d3e remove previous socket receive methods 2008-04-28 21:45:55 -07:00
Tom Henderson
9fd7fbb86c Fix two nits that escaped checkin 2008-04-22 22:08:53 -07:00
Tom Henderson
829a6dd8bb branch merge 2008-04-22 21:19:39 -07:00
Tom Henderson
1f0dd55d8d EnablePcap()->EnablePcapAll(); EnableAscii()->EnableAsciiAll() 2008-04-22 21:18:04 -07:00
Mathieu Lacage
9b153c313b avoid crash due to mis-spelled data rate unit 2008-04-21 08:32:50 -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
Tom Henderson
e855838ed1 Align helper API use of Install() 2008-04-13 15:46:17 -07:00
Craig Dowell
e7c2292d7b make duplicate aggregations fail; avoid duplicate aggregations 2008-04-10 13:16:43 -07:00
Mathieu Lacage
e110fea8ff get rid of implicit conversion of Attribute to/from Ptr<>. Replace this with an explicit Pointer class. 2008-04-09 12:15:24 -07:00
Tom Henderson
c22d5c5733 revive mixed-wireless example from Simutools tutorial 2008-04-08 23:12:19 -07:00
Craig Dowell
80c8937a01 rework app constructors 2008-04-07 18:29:38 -07:00
Mathieu Lacage
4400054ebe SetupUdp -> SetUdpLocal, SetupTcp -> SetTcpLocal 2008-04-07 10:44:06 -07:00