mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 12:27:14 +02:00
Less data race in slsReceiver (#50)
* removed some data races * non needed mutex * removed extra include
This commit is contained in:

committed by
Dhanya Thattil

parent
b59d69325e
commit
b4c207fc4e
@ -44,7 +44,6 @@ class sockaddr_in;
|
||||
#include <stdio.h>
|
||||
#include "logger.h"
|
||||
|
||||
|
||||
#define DEFAULT_PACKET_SIZE 1286
|
||||
#define SOCKET_BUFFER_SIZE (100*1024*1024) //100 MB
|
||||
#define DEFAULT_BACKLOG 5
|
||||
|
Reference in New Issue
Block a user