Accepts incoming connections and passes them off to the right TorrentManager
Inheritance: PeerListener
 public void Setup()
 {
     endpoint = new IPEndPoint(IPAddress.Loopback, 55652);
     listener = new SocketListener(endpoint);
     listener.Start();
     System.Threading.Thread.Sleep(100);
 }