[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: openntpd and ntpq



On Wed, 1 Sep 2004, Brett Lymn wrote:

> > So...you're criticizing the developer's work because...?
> > 
> 
> Because it is part of the open source development process.  Are you
> saying I am not free to point out what may be bugs in the code?  I
> see 32bit integers being peeled out of a network packet using a byte
> copy, how will this work if the endian of the client and server
> differ?

If you look at the code and try to understand it, instead of just making 
assumptions, you'll notice that the struct in question is a representation 
of the packet as it appears on the wire.

	-Otto