fixed some bugs in network transport, increase speed

This commit is contained in:
2023-04-07 15:08:43 +03:00
parent e9f1c67055
commit 661713a545
12 changed files with 125 additions and 73 deletions

View File

@@ -44,7 +44,7 @@ extern double __t0;
#define TIMESTAMP(...) do{DBG(__VA_ARGS__); fprintf(stderr, COLOR_GREEN "%g" COLOR_OLD "\n", dtime()-__t0);}while(0)
#else
#define TIMEINIT()
#define TIMESTAMP()
#define TIMESTAMP(...)
#endif
extern pthread_mutex_t locmutex;