mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:47:45 +00:00
ProcFS: Expose UDP sockets in /proc/net/udp
This commit is contained in:
parent
d06f4291a8
commit
be485946b8
3 changed files with 29 additions and 0 deletions
|
@ -8,6 +8,7 @@ public:
|
|||
virtual ~UDPSocket() override;
|
||||
|
||||
static SocketHandle<UDPSocket> from_port(u16);
|
||||
static void for_each(Function<void(UDPSocket&)>);
|
||||
|
||||
private:
|
||||
explicit UDPSocket(int protocol);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue