~~Title: Efl.Net.Server_Fd.reuse_address~~ ====== Efl.Net.Server_Fd.reuse_address ====== ===== Description ===== %%Controls address reuse() using SO_REUSEADDR%% {{page>:develop:api-include:efl:net:server_fd:property:reuse_address:description&nouser&nolink&nodate}} ===== Values ===== * **reuse_address** - %%If %%''true''%% the server will reuse the address, %%''false''%% otherwise%% ===== Signature ===== @property reuse_address { get {} set { return: bool (false); } values { reuse_address: bool; } } ===== C signature ===== Eina_Bool efl_net_server_fd_reuse_address_get(const Eo *obj); Eina_Bool efl_net_server_fd_reuse_address_set(Eo *obj, Eina_Bool reuse_address); ===== Implemented by ===== * [[:develop:api:efl:net:server_fd:property:reuse_address|Efl.Net.Server_Fd.reuse_address]]