working commit

This commit is contained in:
2026-04-22 14:32:31 +02:00
parent fb080285c6
commit 468dc70d7c
8 changed files with 12 additions and 28 deletions
+1 -15
View File
@@ -1,26 +1,12 @@
extern "C" {
#include <arpa/inet.h>
}
#include <expected>
#include <string>
#include <vector>
#include <span>
#include <iostream>
#include <thread>
#include <chrono>
#include <cstring>
#include <tunnel.hpp>
#include <interface.hpp>
#include <service.hpp>
#include <hello.pb.h>
using namespace std::chrono_literals;
class Server {
private:
Interface iface;