On Wed, May 21, 2008 at 12:36 PM, Kendall Shaw <[EMAIL PROTECTED]> wrote:
> "IPv4 defines a 32-bit address which means that there are > only 232 (4,294,967,296) IPv4 addresses available." > > 232 what? Typesetting error. That should be 2^32 or 2**32 or pow(2, 32) or 2<super>32</32> .... > 23 or 8 what? Bits? What are 23 and 8 alternatives of? 24 or 16 looks More typesetting problems. 2^3 = 2*2*2 = 8 -- GDB has a 'break' feature; why doesn't it have 'fix' too?