Go to the documentation of this file.
18 #ifndef __LIBNET_NETWORKSERVER_H
19 #define __LIBNET_NETWORKSERVER_H
virtual void onProcessTerminated(const ProcessID pid)
Called whenever another Process is terminated.
NetworkDevice * m_device
Network device instance.
Network Device abstract class.
u32 ProcessID
Process Identification Number.
void registerNetworkDevice(NetworkDevice *dev)
Register network device.
NetworkServer(const char *path)
Constructor.
Result
Result code for filesystem Actions.
virtual FileSystem::Result initialize()
Initialize the NetworkServer.
virtual bool retryRequests()
Starts DMA on NetworkDevices after all pending requests are done.
virtual ~NetworkServer()
Destructor.