비트 딱 맞는지 리눅스에서도 확인할 것

This commit is contained in:
2025-05-01 10:44:45 +09:00
parent 9451b4da40
commit d3161edb36
8 changed files with 88 additions and 29 deletions

View File

@@ -6,10 +6,10 @@
namespace Chattr {
class Session {
public:
Session();
Session(Chattr::TCPSocket __sock);
~Session();
bool init();
void init(Chattr::TCPSocket __sock);
void destruct();
int send();