Hello Joe,

Quoting Joe Bassis <joe.bas...@gmail.com> from ml.softs.gtk-gnutella.devel:
:1.
:I keep getting tons of repeated search terms in the "Search monitor" tab.
:The terms contain exactly the same search text and are continuously
:repeated. They seem to be automated spam ?

Yes, it's most likely automated searches.

:Does gnutella monitor the IPs of
:these searches and ban them if they send too many searches within a specific
:amount of time ? (I mean, they send 100's of requests in say a 10 minute
:time span.)

It is up to each servent to implement the policy it sees adequate.
Normally gtk-gnutella ultrapeers monitor queries from their leaves and
will prevent too frequent requeries.  But other vendors may not be so
careful and then the queries are sent out (once they are past the first
ultrapeer, there's nothing we can do).

:2.
:Would anybody care to tell me if this code drops the incoming search text if
:it is less than 4 chars long ? If not, can anybody tell me where it is as I
:only know basic C ?
:
:/src/core/matching.c (line 359):
:
:    len = utf8_char_count(s);
:    if ((size_t) -1 == len || len < 4)
:        return FALSE;
:

Which function is this from?  And what is the version of the code you're
looking at?  I see a different code in the SVN repository.

Raphael

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gtk-gnutella-devel mailing list
gtk-gnutella-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel

Reply via email to