- /// Envía un paquete IP
- bool send(const std::string& data, IPAddr& src, IPAddr& dst, uint8_t proto,
- bool df = 0, uint8_t ttl = 64, uint16_t id = 0)
+ /// Envía un paquete IP a armar (y forwardea los encolados, de haber)
+ bool send(const std::string& data, uint8_t proto, IPAddr dst,
+ IPAddr src = 0, bool df = 0, uint8_t ttl = 64, uint16_t id = 0)