Hi please guide me regarding the modification of source of gnutella .. as i want to implement a query hit scenario where gnutella shows a strange behaviour ... it shows hits for every query giving IP address of a single webserver ... resulting a flooding traffic for webserver ...
I think that can be done by modifying "share.c" ... specifically altering the "qctx->found" scenario before "st_search" function is called ... thank you... Auto Reply Engine ----------------------- [EMAIL PROTECTED] OS : VAX/VMS Supported Cluster SMPT / NNTP : ver 2.2 Oracle : 9i release 2 + JDeveloper 9 Linux Xeeware : 2.1.2 >From: Matthew Lye <[EMAIL PROTECTED]> >To: gtk-gnutella-devel@lists.sourceforge.net >Subject: [Gtk-gnutella-devel] Configure Script Tests Poorly for GTK+ >version >Date: Mon, 11 Jun 2007 11:13:38 -0400 >MIME-Version: 1.0 (Apple Message framework v752.2) >Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by >bay0-mc4-f12.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Tue, >12 Jun 2007 16:53:52 -0700 >Received: from sc8-sf-list2-new.sourceforge.net >(sc8-sf-list2-new-b.sourceforge.net [10.3.1.94])by >sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 398991608C; Tue, 12 Jun >2007 16:53:52 -0700 (PDT) >Received: from sc8-sf-mx2-b.sourceforge.net >([10.3.1.92]helo=mail.sourceforge.net)by sc8-sf-list2-new.sourceforge.net >with esmtp (Exim 4.43)id 1HxlbB-0003B7-AR for >gtk-gnutella-devel@lists.sourceforge.net;Mon, 11 Jun 2007 08:14:29 -0700 >Received: from smtp.integrahosting.ca ([69.49.45.7])by mail.sourceforge.net >with esmtp (Exim 4.44) id 1HxlbD-0007vb-2yfor >gtk-gnutella-devel@lists.sourceforge.net;Mon, 11 Jun 2007 08:14:32 -0700 >Received: from 49-44-11.wireless.iaw.on.ca [69.49.44.11] >bysmtp.integrahosting.ca with SMTP; Mon, 11 Jun 2007 11:13:40 -0400 >X-Message-Info: >LsUYwwHHNt0Q5U2NCzDlBK+nq4qwc9EA6pudXx+RQYGia1mk5T5aAeSbUa3dDTWK >X-Mailer: Apple Mail (2.752.2) >X-Declude-Sender: [EMAIL PROTECTED] [69.49.44.11] >X-Declude-Spoolname: 1173832339537.eml >X-Declude-RefID: str=0001.0A090203.466D66A8.0060,ss=1,fgs=0 >X-Declude-Note: Scanned by Declude 4.3.46 for >spam."http://www.declude.com/x-note.htm" >X-Declude-Scan: Score [0] at 11:13:45 on 11 Jun 2007 >X-Declude-Fail: None, ZEROHOUR [0] X-Country-Chain: X-Spam-Score: 0.0 (/) >X-Spam-Report: Spam Filtering performed by sourceforge.net.See >http://spamassassin.org/tag/ for more details.Report problems >tohttp://sf.net/tracker/?func=add&group_id=1&atid=200001 >X-BeenThere: gtk-gnutella-devel@lists.sourceforge.net >X-Mailman-Version: 2.1.8 >Precedence: list >List-Id: Development of Gtk-Gnutella ><gtk-gnutella-devel.lists.sourceforge.net> >List-Unsubscribe: ><https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel>,<mailto:[EMAIL > PROTECTED]> >List-Archive: ><http://sourceforge.net/mailarchive/forum.php?forum_name=gtk-gnutella-devel> >List-Post: <mailto:gtk-gnutella-devel@lists.sourceforge.net> >List-Help: ><mailto:[EMAIL PROTECTED]> >List-Subscribe: ><https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel>,<mailto:[EMAIL > PROTECTED]> >Errors-To: [EMAIL PROTECTED] >Return-Path: [EMAIL PROTECTED] >X-OriginalArrivalTime: 12 Jun 2007 23:53:52.0620 (UTC) >FILETIME=[EE0B82C0:01C7AD4C] > > > echo "Checking how we can gather information about GTK+..." >&4 > > if pkg-config $gtkpackage --cflags >/dev/null 2>&1; then > > gtkconfig="pkg-config $gtkpackage" > > modver=--modversion > > elif gtk-config --cflags >/dev/null 2>&1; then > > gtkconfig='gtk-config' > > modver=--version > > else > > echo "You've got problems! Do you have GTK+ installed?" >&4 > > gtkconfig='false' > > modver='' > > fi > >This section of the configure script attempts to determine whether to >use pkg-config or gtk-config, depending on whether or not pkg-config >can find the GTK+1.2 library. >Unfortunately, my version of pkg-config on my system *can* detect the >GTK+1.2 library. So this doesn't work very well. >It would seem simpler to assign the command (pkg-config versus gtk- >config) when the libraries were being chosen in the configure script. > >Many Bothians died to bring you this information. So many, many >Bothians. > > >------------------------------------------------------------------------- >This SF.net email is sponsored by DB2 Express >Download DB2 Express C - the FREE version of DB2 express and take >control of your XML. No limits. Just data. Click to get it now. >http://sourceforge.net/powerbar/db2/ >_______________________________________________ >Gtk-gnutella-devel mailing list >Gtk-gnutella-devel@lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Gtk-gnutella-devel mailing list Gtk-gnutella-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel