lua-users home
lua-l archive

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


Well, one *could* just take the C approach and make an ipv6 version of the library. ;) 

Mike

On 9/22/06, Rici Lake <lua@ricilake.net> wrote:


IP addresses are a typical case of why bitwise ops limited to k bits
(where k is some unknown number < 64) are a bad idea.

What happens when you start upgrading that code to IPv6? 128-bit
addresses, hmmm :)

R.