Name the connection manager thread.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5146 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2008-05-30 12:20:58 +00:00
parent 8426349a19
commit 02b2c67991
@@ -93,6 +93,8 @@ public class ConnectionManager extends LoopingThread
public ConnectionManager (int[] ports, int[] datagramPorts)
throws IOException
{
super("ConnectionManager");
_ports = ports;
_datagramPorts = datagramPorts;
_selector = SelectorProvider.provider().openSelector();