1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 18:17:45 +00:00

LibCore: Add UDP socket and server classes

This commit is contained in:
Andreas Kling 2020-01-26 14:44:24 +01:00
parent 2ce9a705e3
commit 3c129172d4
5 changed files with 261 additions and 0 deletions

View file

@ -7,6 +7,8 @@ OBJS = \
CLocalServer.o \
CTCPSocket.o \
CTCPServer.o \
CUdpSocket.o \
CUdpServer.o \
CElapsedTimer.o \
CNotifier.o \
CHttpRequest.o \