Author: toad
Date: 2007-03-16 21:47:28 +0000 (Fri, 16 Mar 2007)
New Revision: 12158

Modified:
   trunk/freenet/src/freenet/io/comm/UdpSocketManager.java
Log:
Change it from "sender thread" to "packet receiver thread" :)

Modified: trunk/freenet/src/freenet/io/comm/UdpSocketManager.java
===================================================================
--- trunk/freenet/src/freenet/io/comm/UdpSocketManager.java     2007-03-16 
20:55:37 UTC (rev 12157)
+++ trunk/freenet/src/freenet/io/comm/UdpSocketManager.java     2007-03-16 
21:47:28 UTC (rev 12158)
@@ -131,7 +131,7 @@
        }

        public UdpSocketManager(int listenPort, InetAddress bindto, Node node) 
throws SocketException {
-               super("UdpSocketManager sender thread on port " + listenPort);
+               super("UdpSocketManager packet receiver thread on port " + 
listenPort);
                this.node = node;
                _bindTo = bindto;
                    // Keep the Updater code in, just commented out, for now


Reply via email to