it's really tacky to mix host and network byte order. we should: * only flip byte order in net_int when doing arithmetic that needs it. * use nuint type everywhere that huint is * get rid of huint type entirely
it's really tacky to mix host and network byte order.
we should: