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