Re: Functions htonq and ntohq in <click/integers.hh>
Markku Savela <[email protected]> Thu, 11 Oct 2012 09:37:36 +0300
| Newsgroups | gmane.network.routing.click |
|---|---|
| Message-ID | <[email protected]> |
On 10/11/2012 02:45 AM, Eddie Kohler wrote: > Nope, the current version is correct, as you can see by actually running it. Well, what I was doing was - using on one machine (64 bit MISP) htonq (click) - decoding on another (x86) using ntonq (Qt Application) Didn't get the right results until I changed the ntonq return on x86 machine. Oh well, must have some error in my thought process then... will explore more.