Efl.Net.Server_Fd.reuse_port

Description

Controls port reuse() using SO_REUSEPORT (since linux 3.9)

Values

  • reuse_port - If true the server will reuse the port, false otherwise

Signature

@property reuse_port {
    get {}
    set {
        return: bool (false);
    }
    values {
        reuse_port: bool;
    }
}

C signature

Eina_Bool efl_net_server_fd_reuse_port_get(const Eo *obj);
Eina_Bool efl_net_server_fd_reuse_port_set(Eo *obj, Eina_Bool reuse_port);

Implemented by