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... -----Burton -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Thursday, January 24, 2002 10:45 AM To: [EMAIL PROTECTED] Subject: [Ntop] hash errors 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? Thanks Jason _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listmanager.unipi.it/mailman/listinfo/ntop _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listmanager.unipi.it/mailman/listinfo/ntop
