Mathieu Lacage
d1d683ee21
remove 'All rigts reserved' keyword per tom's suggestion
2008-03-31 14:56:41 -07:00
Mathieu Lacage
b5a8d46096
get rid of CreateObjectWith
2008-03-11 13:30:12 -07:00
Mathieu Lacage
327e60b275
do not use Packet objects directly. Use Ptr<Packet> instead
2007-10-01 14:15:56 +02: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
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
b954d65b8f
remove uint8_t * from the send path of the socket API
2007-08-01 19:19:42 +02:00
Mathieu Lacage
210e88b511
split callback registration from socket operations in socket.h API.
2007-08-01 18:48:24 +02:00
Mathieu Lacage
e05f635db5
rework the NetDevice <-> Node interface
2007-08-01 08:58:18 +02:00
Mathieu Lacage
c716994cab
convert Socket to use Address class
2007-07-27 08:23:20 +02:00
Mathieu Lacage
92757ef5c3
Udp -> UdpL4Protocol
2007-06-04 17:22:52 +02:00
Mathieu Lacage
1225b1623e
rename INode to Node
2007-06-04 16:17:01 +02:00
Mathieu Lacage
ee02cd1a23
rename Node to INode
2007-05-14 10:06:12 +02:00
Mathieu Lacage
4bd2abebd2
use Ptr<> everywhere Object or NsUnknown are used
2007-05-10 20:19:26 +02:00
Mathieu Lacage
96e58ed708
convert UdpSocket and Udp to Ptr<Node>
2007-05-10 07:51:59 +02:00
Mathieu Lacage
6e437f5103
move code around
2007-05-04 15:04:07 +02:00