Mathieu Lacage
cf9ed2855f
split initial value from ParamSpec.
2008-02-17 04:38:34 +01:00
Mathieu Lacage
c51821715f
convert DropTailQueue to parameters
2008-02-14 19:47:19 +01:00
Mathieu Lacage
5c769d2d24
iid -> tid
2008-01-15 12:44:09 +01:00
Mathieu Lacage
a2e63b7f0b
iid (void) -> GetTypeId (void)
2008-01-15 12:43:07 +01:00
Mathieu Lacage
44c33f1618
InterfaceId -> TypeId
2008-01-15 12:36:22 +01:00
Mathieu Lacage
4f58be6548
replace ComponentManager::Create and ClassId with InterfaceId::CreateObjest and InterfaceId
2008-01-03 11:39:45 +01:00
Mathieu Lacage
bc1ab2d79b
replace static const Interface iid; with static InterfaceId iid (void);
2008-01-02 10:33:39 +01:00
Mathieu Lacage
c156f29c86
merge
2007-11-22 10:30:29 +01:00
Gustavo J. A. M. Carneiro
640a49e1ce
Bug 105: Queue getter methods should be const
2007-11-15 11:41:42 +00:00
Gustavo J. A. M. Carneiro
fc099a35ab
Add DropTailQueue unit tests.
2007-11-15 15:42:07 +00:00
Tom Henderson
2e68155c6d
nicer logging of parameters (bug 79 patch from Gustavo)
2007-11-14 21:59:14 -08:00
Mathieu Lacage
327e60b275
do not use Packet objects directly. Use Ptr<Packet> instead
2007-10-01 14:15:56 +02:00
Craig Dowell
2e1dcf1479
debug to log
2007-09-13 21:36:32 -07:00
Mathieu Lacage
e20b40ee61
backout 9856d1175cbb:642d6798feaa:27dd3e15308a
2007-08-29 09:35:53 +02: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
76b31adc2f
fix bug 29
2007-06-12 11:04:00 +02:00