Babel  1
The voip software that only works on your local network
Loading...
Searching...
No Matches
Network.hpp
Go to the documentation of this file.
1/*
2** EPITECH PROJECT, 2024
3** send_receive
4** File description:
5** Network.hpp
6*/
7
13#pragma once
14#include "Network/UDP.hpp"
15#include "Network/TCP.hpp"
This file contains the definition of the TCP class for handling TCP network communication.
This file contains the definition of the UDP class for handling UDP network communication.