Author: toad
Date: 2007-11-30 19:15:18 +0000 (Fri, 30 Nov 2007)
New Revision: 16146

Modified:
   trunk/freenet/src/freenet/io/comm/DMT.java
Log:
Remove obsolete messages

Modified: trunk/freenet/src/freenet/io/comm/DMT.java
===================================================================
--- trunk/freenet/src/freenet/io/comm/DMT.java  2007-11-30 18:54:55 UTC (rev 
16145)
+++ trunk/freenet/src/freenet/io/comm/DMT.java  2007-11-30 19:15:18 UTC (rev 
16146)
@@ -738,22 +738,6 @@
                return msg;
        }

-       // FIXME remove these two messages once 1074 is mandatory
-       
-       /** Sent when a request completes and the data source does want to path 
fold. Old version, includes 
-        * the inline variable-length noderef. Opens up a nasty traffic 
analysis (route tracing) vulnerability. */
-       public static MessageType FNPOpennetConnectDestination = new 
MessageType("FNPOpennetConnectDestination") {{
-               addField(UID, Long.class);
-               addField(OPENNET_NODEREF, ShortBuffer.class);
-       }};
-       
-       /** Path folding response. Old version, includes the inline 
variable-length noderef. Opens up a 
-        * nasty traffic analysis (route tracing) vulnerability. */
-       public static MessageType FNPOpennetConnectReply = new 
MessageType("FNPOpennetConnectReply") {{
-               addField(UID, Long.class);
-               addField(OPENNET_NODEREF, ShortBuffer.class);
-       }};
-       
        /** Sent when a request completes and the data source wants to path 
fold. Starts a bulk data 
         * transfer including the (padded) noderef. 
         */


Reply via email to