mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:37:35 +00:00
Kernel: Actually send things between the socket endpoints.
This commit is contained in:
parent
b20a7aca61
commit
eb1c721ef3
5 changed files with 53 additions and 3 deletions
|
@ -7,13 +7,11 @@
|
|||
#include <AK/CircularQueue.h>
|
||||
#include <AK/Retainable.h>
|
||||
#include <AK/Badge.h>
|
||||
#include <Kernel/Socket.h>
|
||||
|
||||
class TTY;
|
||||
class MasterPTY;
|
||||
class Process;
|
||||
class Socket;
|
||||
|
||||
enum class SocketRole { None, Accepted, Connected };
|
||||
|
||||
class FileDescriptor : public Retainable<FileDescriptor> {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue