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:
@@ -93,6 +93,8 @@ public class ConnectionManager extends LoopingThread
|
|||||||
public ConnectionManager (int[] ports, int[] datagramPorts)
|
public ConnectionManager (int[] ports, int[] datagramPorts)
|
||||||
throws IOException
|
throws IOException
|
||||||
{
|
{
|
||||||
|
super("ConnectionManager");
|
||||||
|
|
||||||
_ports = ports;
|
_ports = ports;
|
||||||
_datagramPorts = datagramPorts;
|
_datagramPorts = datagramPorts;
|
||||||
_selector = SelectorProvider.provider().openSelector();
|
_selector = SelectorProvider.provider().openSelector();
|
||||||
|
|||||||
Reference in New Issue
Block a user