Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Treat ECONNRESET like a normal connection close.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 3 Apr 2023 14:13:42 +0000 (16:13 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 3 Apr 2023 14:18:53 +0000 (16:18 +0200)
commit2fbcc71ab230e6a05e64189f6bd7c49c1df31907
tree7e3726abd8a3f42c9b40d0eae4939341f5d37560
parent8ee33e91b51a3da554a097f6eb3927b74a1ea903
Treat ECONNRESET like a normal connection close.

Also return immediately with EAGAIN, or handle_message() will fail with size == -1.
src/mc/remote/CheckerSide.cpp