mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-07-13 03:11:50 +02:00
stdexcept added to compile
This commit is contained in:
@ -4,6 +4,7 @@
|
|||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#include <stdexcept>
|
||||||
#include "sls_detector_defs.h"
|
#include "sls_detector_defs.h"
|
||||||
namespace sls {
|
namespace sls {
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#include <stdexcept>
|
||||||
#define DEFAULT_PACKET_SIZE 1286
|
#define DEFAULT_PACKET_SIZE 1286
|
||||||
#define SOCKET_BUFFER_SIZE (100 * 1024 * 1024) //100 MB
|
#define SOCKET_BUFFER_SIZE (100 * 1024 * 1024) //100 MB
|
||||||
#define DEFAULT_BACKLOG 5
|
#define DEFAULT_BACKLOG 5
|
||||||
|
Reference in New Issue
Block a user