[sldev] DenyTrustedCircuit?
John Hurliman
jhurliman at wsu.edu
Tue Mar 6 14:30:29 PST 2007
Joel Riedesel wrote:
> Hmmm, very interesting.
> Just got around to running my code through SLProxy... the data I have
> printing out is a bit different than what SLProxy is printing out. Very
> odd. Even a StartPing going by that I hadn't seen before.
>
> That's helpful; now I have something I can track down.
>
> I suspect once I get this basic networking stuff going I'll be in fine
> fettle :-).
>
> Joel
>
>
There's a chance you have the endianness backwards for something
somewhere, like the packet ID. Make sure to check out the libsecondlife
docs on packet construction
(http://www.libsecondlife.org/wiki/Protocol_%28network%29), the
endianness for things in the header goes little, big, big, and then
everything else is little except for I think IP addresses may be big,
and sequence IDs in ACKs are little even though they are big in the
header. Clear as mud.
John Hurliman
More information about the SLDev
mailing list