Op 2-jun-04 om 17:40 heeft Thomas Schuerger het volgende geschreven:
Perhaps it would also be nice to have the number of files and bytes displayed in the lower left pane where currently the number of connections, uploads and downloads are displayed.
This would also be an option. But as above, you would have to choose a fixed number of hops to display, otherwise the data won't fit there.
Make it a configurable 'fixed' number. With a default of 4 hops.
Question: if (!hsep_check_monotony((hsep_triple *) messaget, max)) { - printf("HSEP: Node %p's message's monotony check failed", n); Is this an error due to invalid parsing or does this happen when we receive an invalid packet. If it is the last, it might be better to have it only printed when dbg is set. -> if (dbg) -> print
This is a sanity-check for an incoming packet, so it checks for invalid packets. We could use checking dbg before printing, right.
OK, then please add an dbg checking before these kinds of checks. Perhaps even dbg level 2 or higher.
------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ Gtk-gnutella-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel
