Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try harder not to fail with stale sockets after several runs.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 12 May 2023 09:19:55 +0000 (11:19 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 15 May 2023 12:56:08 +0000 (14:56 +0200)
commit38232324308ff8140a693e415758f9f8ab2e8b12
tree8bebbd0d5be815f2f68f8a7c09f290697e3818e1
parented6a950d6bed7669f5bfe968f46d5a951d40e9a7
Try harder not to fail with stale sockets after several runs.

* on linux, prefer abstract unix sockets that are automatically removed
* otherwise, remove possible stale socket before bind
src/mc/api/RemoteApp.cpp
src/mc/remote/AppSide.cpp