size_t size = data.size();
if (libtcp_send(tx_pool[mac], &size, sizeof(size_t)) != sizeof(size_t))
throw std::runtime_error("Error al enviar por el socket");
size_t size = data.size();
if (libtcp_send(tx_pool[mac], &size, sizeof(size_t)) != sizeof(size_t))
throw std::runtime_error("Error al enviar por el socket");