Right now packets are assembled with functions that take in all the
required information to build a particular packet, memcpy()ing it in to
a byte array and appending those bytes to the Packet class byte buffer.
The problem is that the order of keywords is hardcoded in to these
functions, so if two keywords switched order the packet would become
garbled. We need a generic packet assembly method that looks at the
protocol map and returns whether a particular action succeeded or not.
John
_______________________________________________
libsecondlife-dev mailing list
libsecondlife-dev@gna.org
https://mail.gna.org/listinfo/libsecondlife-dev