Split tcp.hpp and tcp.cpp into separate files for server and client
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
#include <cstring>
|
||||
|
||||
// Project includes
|
||||
#include "tcp.hpp"
|
||||
#include "tcp_server.hpp"
|
||||
#include "tcp_client.hpp"
|
||||
|
||||
|
||||
TEST(TcpServer, Accept) {
|
||||
|
||||
Reference in New Issue
Block a user