Commit Graph

359 Commits

Author SHA1 Message Date
Raj Bhattacharjea
a37b419abd Merge 2008-06-06 16:30:28 -04:00
Raj Bhattacharjea
6c4692ea55 Restore tcp example to full size, also a bugfix 2008-06-06 16:10:54 -04:00
Raj Bhattacharjea
97d98fa1ce bug 195: naming inconsistency. 2008-06-06 11:42:19 -07:00
Raj Bhattacharjea
36ac76b49c Merge last 6 changesets 2008-06-06 13:58:28 -04:00
Raj Bhattacharjea
d003d6a34f Fix compile warning 2008-06-06 13:57:59 -04:00
Raj Bhattacharjea
525969ca64 Part of bug 198 2008-06-06 12:22:50 -04:00
Mathieu Lacage
fb9ca8f381 add support for attribtues to bug 34 2008-06-05 15:56:23 -07:00
Raj Bhattacharjea
1f9b7723b8 Update tcpsocket to use Ptr<Packet> in Send 2008-06-05 17:59:36 -04:00
Raj Bhattacharjea
60c2ddafa8 Tcp tx buffer (pendingdata) uses Ptr<Packet> internally; tagging should work 2008-06-05 16:49:59 -04:00
Raj Bhattacharjea
de2475ddc3 Merge with ns-3-dev 2008-06-04 17:19:32 -04:00
Raj Bhattacharjea
4d2bbed418 Fix for bug 174 2008-06-04 16:14:49 -04:00
Mathieu Lacage
12ae07ddab bug 202: classes disappeared from doxygen output 2008-06-04 11:48:52 -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
92f2ed110a bug 203: Listen must be implemented for Udp and Packet sockets. 2008-06-04 09:19:16 -07:00
Raj Bhattacharjea
05a27250c1 Get rid of dead code from GTNetS 2008-05-30 15:31:50 -04:00
Raj Bhattacharjea
a7a0a3de70 Change log output to be more consistent 2008-05-30 15:14:38 -04:00
Mathieu Lacage
e4ec46dd52 fix dox warnings 2008-05-30 10:38:59 -07:00
Mathieu Lacage
62d8743f1c bug 146: s/HostOrder// 2008-05-29 09:37:07 -07:00
Mathieu Lacage
f173b434dd DequeuePending returns 0 upon error, not the other way round. 2008-05-29 09:01:31 -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
39c1412e3e Don't register IPv4 protocol handler for all interfaces, only for IPv4-enabled interfaces. 2008-05-29 09:34:31 +01: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
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
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
Raj Bhattacharjea
62ff82d0ca Fix up recv buffer stuff some more 2008-05-22 17:08:19 -04:00
Raj Bhattacharjea
e62a059f05 Fix tcp rx buffer semantics; fromaddress tagging is broken at the moment 2008-05-22 11:55:42 -04:00
Tom Henderson
5f94a4cf59 merge with ns-3-dev 2008-05-21 22:40:18 -07:00
Tom Henderson
72dba0d456 branch merge 2008-05-21 19:00:38 -07:00
Tom Henderson
72d054a867 Move Tcp attributes from factory to TcpSocket 2008-05-21 00:38:49 -07:00
Tom Henderson
49d5404bfc Add abstract base class TcpSocket 2008-05-20 12:36:05 -07:00
Tom Henderson
c21d79a87b change TcpImpl to TcpSocketFactoryImpl 2008-05-20 12:27:30 -07:00
Tom Henderson
8dc2460416 move Tcp to TcpSocketFactory 2008-05-20 12:16:55 -07:00
Tom Henderson
e6bd2a7a6a change TcpSocket to TcpSocketImpl 2008-05-20 11:52:25 -07:00
Tom Henderson
ad374c8d87 rename UdpSocket to UdpSocketImpl 2008-05-20 10:30:40 -07:00
Tom Henderson
935532822b Move UdpSocket to UdpSocketImpl 2008-05-20 10:16:03 -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
Tom Henderson
67d54a7f8a Implement IPTTL socket option for UDP 2008-05-17 11:15:02 -07:00
Tom Henderson
0a476b4f04 undo SocketDefaults class; plumb in new UdpSocket option attributes 2008-05-16 21:28:07 -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
18011ba4eb improve send semantics, documentation 2008-05-15 23:06:58 -07:00