Update of /cvsroot/freenet/freenet/src/freenet/client
In directory sc8-pr-cvs1:/tmp/cvs-serv11501/src/freenet/client

Modified Files:
        FNPClient.java 
Log Message:
6217:
Implement PeerHandler. Web interface works. FCP does not work. Probably has 
significant bugs. This is unstable after all... and others may want to look at it.


Index: FNPClient.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/client/FNPClient.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- FNPClient.java      18 Sep 2003 17:48:05 -0000      1.8
+++ FNPClient.java      4 Oct 2003 01:16:56 -0000       1.9
@@ -144,7 +144,8 @@
         }
         
         OutputStream sendMessage(Message m) throws CommunicationException {
-           TrailerWriter tw = core.makeConnection(target).sendMessage(m);
+           TrailerWriter tw = 
+               core.sendMessage(m, target);
             OutputStream out = new TrailerWriterOutputStream(tw);
             req.produceEvent(new SendEvent(target,m,""));
             return out;

_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to