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:
parent
2ce9a705e3
commit
3c129172d4
5 changed files with 261 additions and 0 deletions
|
@ -7,6 +7,8 @@ OBJS = \
|
|||
CLocalServer.o \
|
||||
CTCPSocket.o \
|
||||
CTCPServer.o \
|
||||
CUdpSocket.o \
|
||||
CUdpServer.o \
|
||||
CElapsedTimer.o \
|
||||
CNotifier.o \
|
||||
CHttpRequest.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue