Files
ladybird/Kernel/NetworkTask.cpp
Andreas Kling 54e7df0586 Kernel: Add SocketHandle helper class that wraps locked sockets.
This allows us to have a comfy IPv4Socket::from_tcp_port() API that returns
a socket that's locked and safe to access. No need to worry about locking
at the client site.
2019-03-14 09:19:24 +01:00

12 KiB