Greetings,
The following fixes a tiny bug in the sctp printing which cut off the
last byte of the data in a DATA chunk. Seems like a copy/paste error,
as just above this is a check of the chunk size, and sctp requires a
data chunk to have at least -1- data byte.
Thanks,
--
Chris Larson - clarso
Greetings,
The following fixes a tiny bug in the sctp printing which cut off the
last byte of the data in a DATA chunk. Seems like a copy/paste error,
as just above this is a check of the chunk size, and sctp requires a
data chunk to have at least -1- data byte.
Thanks,
--
Chris Larson - clarso
Guy:
A quick thanks for setting me straight. My diagnistoc tool now runs
perfectly on 64-bit.
Thanks.
TJ.
On Sat, 2007-08-11 at 16:34 +0100, TJ wrote:
> Guy, thanks so much for putting me straight!
> I doubt we'll be able to test the revised code in the diagnosis app on
> the 64-bit servers un
Guy, thanks so much for putting me straight!
It looks like the coding examples I'd been using to put together this
quick-n-dirty hack were flawed. I didn't have sufficient time to focus
on it but I was sure I was confused on the pointer-to-pointers bit - for
some reason when I'm tired I always get