Efl.Net.Server_Udp.multicast_time_to_live

Description

Controls time to live in number of hops.

If 1 (default), packets are only delivered to the local network.

Values

  • ttl - Time to live

Signature

@property multicast_time_to_live {
    get {}
    set {
        return: Eina.Error;
    }
    values {
        ttl: uint8;
    }
}

C signature

uint8_t efl_net_server_udp_multicast_time_to_live_get(const Eo *obj);
Eina_Error efl_net_server_udp_multicast_time_to_live_set(Eo *obj, uint8_t ttl);

Implemented by