🎉Implemented networking🎉

This commit is contained in:
Alex
2022-12-24 06:24:10 +02:00
parent 0942fb4cd3
commit ba425e59ca
25 changed files with 1952 additions and 0 deletions

10
include/net/tcp.hpp Normal file
View File

@ -0,0 +1,10 @@
#ifndef __FENNIX_KERNEL_TCP_H__
#define __FENNIX_KERNEL_TCP_H__
#include <types.h>
namespace NetworkTCP
{
}
#endif // !__FENNIX_KERNEL_TCP_H__