summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/UDPServer.h
AgeCommit message (Expand)Author
2022-12-20LibCore: Make UDPServer::receive() return ErrorOr<ByteBuffer>Alexander Narsudinov
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-12-16LibCore+LookupServer: Implement and use UDPServer::sendsin-ack
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-15LibCore: Expose UDPServer::fd() and make the constructor protectedSergey Bugaev
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling