efl/src/bin/efl
Daniel Zaoui 4294561c88 efl_debugd: don't force unlinking UNIX socket before binding
If two daemons are launched one after the other, we would like the
second one to exit directly. The problem is that if the UNIX socket is
unlinked before the binding, the second daemon will succeed to create this
socket, stoling it from the first daemon, and exit because the network
socket is not bindable.

It results in the first daemon to continue running and accepting
connections from the debuggers (network connection) but ignoring the
applications connection (local UNIX connection).
2018-06-16 23:21:09 +03:00
..
.gitignore Replace shell remote connection with localhost TCP connection 2017-06-05 08:55:37 +03:00
efl_debug.c Eina_Debug: Fix config.h usage 2017-06-05 11:49:08 +03:00
efl_debugd.c efl_debugd: don't force unlinking UNIX socket before binding 2018-06-16 23:21:09 +03:00