+ socket->connect(host.c_str(), port);
+ host = socket->localhost();
+ port = socket->localport();
+#ifdef DEBUG
+ cerr << __FILE__ << "(" << __LINE__ << ")"
+ << ": REAL | host = " << host
+ << " | port = " << port << endl;
+#endif // DEBUG
+ receiver = new Receiver(7528, host);