Commit 512f4058 authored by aligungr's avatar aligungr

Source tree refactored

parent 99254c05
...@@ -9,13 +9,15 @@ ...@@ -9,13 +9,15 @@
#include "internal.hpp" #include "internal.hpp"
#include "types.hpp" #include "types.hpp"
#include <arpa/inet.h>
#include <cstring> #include <cstring>
#include <arpa/inet.h>
#include <netdb.h> #include <netdb.h>
#include <netinet/in.h> #include <netinet/in.h>
#include <netinet/sctp.h> #include <netinet/sctp.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <unistd.h> #include <unistd.h>
#include <utils/common.hpp> #include <utils/common.hpp>
#define RECEIVE_BUFFER_SIZE 8192u #define RECEIVE_BUFFER_SIZE 8192u
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#pragma once #pragma once
#include "types.hpp" #include "types.hpp"
#include <string> #include <string>
namespace sctp namespace sctp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment