Commit Graph

355 Commits

Author SHA1 Message Date
Craig Dowell
ed9f98bda1 disable log unless debug build 2007-09-13 22:17:29 -07:00
Craig Dowell
2e1dcf1479 debug to log 2007-09-13 21:36:32 -07:00
Craig Dowell
6c30d76401 merge with trunk 2007-09-13 10:53:24 -07:00
Craig Dowell
61a105af21 working one way echo app 2007-09-12 16:54:21 -07:00
Mathieu Lacage
3e89ecfdf6 rename Euixx to Macxx 2007-09-12 11:39:46 +02:00
Craig Dowell
f894771e7d socket update broke multicast 2007-09-11 18:29:26 -07:00
Craig Dowell
451a4762df merge with trunk again 2007-09-11 12:20:09 -07:00
Mathieu Lacage
1f49f40faa add a few missing doxygen method documentations 2007-09-11 12:42:37 +02:00
Mathieu Lacage
8d1ac59134 merge tracing overhaul in trunk 2007-09-11 12:11:00 +02:00
Craig Dowell
20bf1d71bb merge with trunk 2007-09-10 15:50:07 -07:00
Mathieu Lacage
6c05ba06ff rename ConnectPrinterToAll to TraceAll 2007-09-06 13:32:29 +02:00
Mathieu Lacage
1a75a82523 add support for NodeList::ConnectPrinterToAll 2007-09-06 12:56:31 +02:00
Tom Henderson
929e23b74e Fix for bug69: set local address correctly upon UDP connect; apply correct UDP connect() semantics (that sendto cannot override addresses on a connected socket); if destination is IPv4 limited broadcast address, convert to subnet-directed broadcast and send out on each interface; provide example csma-broadcast.cc script 2007-09-04 21:26:54 -07:00
Craig Dowell
f652969936 Don't flood multicasts if no route found 2007-09-04 15:10:47 -07:00
Craig Dowell
65c0b60e5f piles of doxygen, changes to SetDefaultMulticastRoute plumbing 2007-09-04 14:38:40 -07:00
Tom Henderson
5e7e0d7b2a Fold the two patches for bu6 69 together, building on the bug 65 patch 2007-09-03 23:32:23 -07:00
Tom Henderson
e377cbad38 Provide two new Ipv4 convenience functions: GetIfIndexByIpv4Address() and GetIpv4RouteToDestination (), and align global routing code to use the first function 2007-09-03 14:55:51 -07:00
Gustavo J. A. M. Carneiro
0824ceacd9 WAF: as suggested by George, add a bunch of helper waf scripts that call the toplevel waf script, so that it is possible to compile with ./waf from emacs regardless of which buffer you are visiting (the other alternative is to install waf system wide and run 'waf'. 2007-09-08 19:24:39 +01:00
Mathieu Lacage
0147e59899 move include to implementation file 2007-09-06 18:19:22 +02:00
Mathieu Lacage
87a9c29cf7 add doxygen for each TraceSourceElement subclass 2007-08-30 14:54:05 +02:00
Mathieu Lacage
3330ba77b1 GetName -> GetTypeName 2007-08-30 14:35:44 +02:00
Craig Dowell
2d73bd9927 Move MakeMulticastAddress to NetDevice 2007-08-29 12:11:11 -07:00
Mathieu Lacage
e20b40ee61 backout 9856d1175cbb:642d6798feaa:27dd3e15308a 2007-08-29 09:35:53 +02:00
Mathieu Lacage
f9a6120685 avoid method naming ambiguity in CompositeTraceResolver 2007-08-28 15:59:49 +02:00
George Riley
979da57982 Reconcile changes with Mathieu's latest 2007-08-28 09:55:21 -04:00
Mathieu Lacage
4d9cf433ff constify 2007-08-28 14:33:53 +02:00
Mathieu Lacage
a5cf22af80 document trace source signatures 2007-08-28 13:10:18 +02:00
Mathieu Lacage
04569d27b7 merge with trunk 2007-08-28 12:05:35 +02:00
Mathieu Lacage
8acd0300cd keep track of trace source help strings 2007-08-28 11:01:00 +02:00
Craig Dowell
551fe6ebc5 real multicast enet addr, more source routes, default multicast route 2007-08-27 23:46:14 -07:00
Mathieu Lacage
fce27dc4de add TraceResolver::PrintAvailable method 2007-08-27 20:25:15 +02:00
Mathieu Lacage
90c8be1fa3 add TraceContextElement::GetName method 2007-08-27 14:59:50 +02:00
Mathieu Lacage
ccef3f6d9f remove TraceRoot 2007-08-27 13:36:40 +02:00
Craig Dowell
4e486b1f59 semi-real multicast hardware addresses 2007-08-24 17:38:49 -07:00
Craig Dowell
217edad33c add ipv4 methods, remove source multicast route requirement, fix udp socket source address prob 2007-08-24 16:57:54 -07:00
Craig Dowell
89a326ebc5 merge with trunk 2007-08-24 13:29:51 -07:00
Raj Bhattacharjea
9bf17256fb Fixed inet-socket-address's opening IFDEF to be consistent with the filename 2007-08-24 14:00:52 -04:00
Raj Bhattacharjea
027cd21aa1 Added GPL and emacs modeline to inet-socket-address.h/cc 2007-08-24 13:21:33 -04:00
George Riley
391b3eef11 Change the protocol stack processing to pass packets by non-const
reference, rather than const reference and value as was previously done.
Also change  the queue semantics to return the packet on a deque, rather
than requiring a packet as a parameter.  The problem with the original
approach was that packet UID's were getting skipped.  The fix handles
the uid properly, and we get sequential packet uid's on the trace file.
2007-08-24 11:44:11 -04:00
Mathieu Lacage
2ee1d5fca6 the protocol number field is a 16 bit integer, not a 32 bit integer 2007-08-24 10:33:58 +02:00
Craig Dowell
c0b90df335 branch merge 2007-08-20 13:40:15 -07:00
Craig Dowell
9d2617d9a0 Fix bug 68. Implement IsMulticast 2007-08-14 12:00:03 -07:00
Tom Henderson
ad3b6a04cc Doxygen cleanup 2007-08-13 20:53:29 -07:00
Craig Dowell
87c9e523c7 set source address in socket 2007-08-13 16:21:39 -07:00
Craig Dowell
e567af9b24 more multicast plumbing 2007-08-13 12:08:01 -07:00
Craig Dowell
5099a91a21 untested multicast support 2007-08-12 13:59:49 -07:00
Mathieu Lacage
233d71fec7 CompositeTraceResolver::Add -> CompositeTraceResolver::AddSource 2007-08-12 22:31:16 +02:00
Mathieu Lacage
ec4d9bbcb9 use the Object::GetTraceResolver tracing support rather than the old adhoc tracing code 2007-08-12 16:28:29 +02:00
Craig Dowell
f53e19589d merge ns-3-csma with tip 2007-08-10 10:52:30 -07:00
Craig Dowell
c298892833 print length/type in hex 2007-08-10 10:44:02 -07:00