22 const Size packetSize,
26 , m_receive(packetSize)
27 , m_transmit(packetSize)
Represents a file present on a FileSystem.
static void * set(void *dest, int ch, unsigned count)
Fill memory with a constant byte.
const ProcessID m_pid
ProcessID which owns this socket.
NetworkClient::SocketInfo m_info
Socket connection.
NetworkSocket(const u32 inode, const Size packetSize, const ProcessID pid)
Constructor.
virtual ~NetworkSocket()
Destructor.
ProcessID getProcessID() const
Get owner ProcessID.
u32 ProcessID
Process Identification Number.
unsigned int u32
Unsigned 32-bit number.
unsigned int Size
Any sane size indicator cannot go negative.