-Transmitter::Transmitter(std::string host, int port):
- Connection(sockbuf::sock_dgram) {
+/// \todo debría conectarse en real_run() (?)
+PlaQui::Server::Transmitter::Transmitter(std::string host, int port):
+ PlaQui::Server::Connection(sockbuf::sock_dgram) {
+#ifdef DEBUG
+ std::cerr << __FILE__ << ": host = " << host
+ << " | port = " << port << std::endl;
+#endif // DEBUG