On Jun 14, 2004, at 2:51 PM, Jeroen T. Vermeulen wrote:
> On Mon, Jun 14, 2004 at 02:25:45PM -0400, Eliot Simcoe wrote:
>
>> Could someone please explain to me what the varlen field is used for?
>> It seems to hold enormous values in my testing, so it couldn't
>> possibly
>> be the allocated number of bytes or bits... or the number of digits
>
> In case you're on a little-endian platform, have you remembered to
> convert
> it to network byte order first?
>
>
> Jeroen
>
>
The platform I am developing on is big endian, so this shouldn't be an
issue as far as I understand.
Eliot Simcoe