Can I get a brief explanation of what this does? :) Thanks
Jason On Thu, 24 Jan 2002, Burton M. Strauss III wrote: > Try it and see :-) > > As a guess... if your basic integer is 16 bits, then it won't work (then > maxint = 32767). For most platforms, int (u_int, et al) are 32 bits and it > should work. > > Honestly, I haven't done any real analysis - you might grep for any short > integers, but I don't remember seeing any in places that would hurt... > > > I got the following two errors from ntop: > > > > WARNING: unable to further extned TCP hash [actual size: 32768] > > Unable to extend the hash: hard limit (32768) reached > > > > Is this something I can just change the #define in the source to > > 65536, or is there a reason I shouldn't do this? _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listmanager.unipi.it/mailman/listinfo/ntop
