remove bug with sockets: write->send(..., MSG_NOSIGNAL)

This commit is contained in:
2022-03-24 12:18:00 +03:00
parent b2a3d68513
commit 173bb8d0cc
5 changed files with 159 additions and 258 deletions

View File

@@ -27,6 +27,10 @@
#define OMP_FOR(x) _Pragma(Stringify(omp parallel for x))
#endif
#ifdef THREAD_NUMBER
#define OMP_NUM_THREADS THREAD_NUMBER
#endif
typedef uint8_t Imtype; // maybe float or double only
typedef struct{