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

LibCore: Add CTCPServer

This is pretty much a find/replace copy of CLocalServer, and some
modifications to CTCPSocket and CSocketAddress to support it.
This commit is contained in:
Conrad Pankoff 2019-08-05 20:47:30 +10:00 committed by Andreas Kling
parent 79e22acb22
commit ed66f1d6d4
6 changed files with 118 additions and 1 deletions

View file

@ -9,6 +9,7 @@ OBJS = \
CLocalSocket.o \
CLocalServer.o \
CTCPSocket.o \
CTCPServer.o \
CElapsedTimer.o \
CNotifier.o \
CHttpRequest.o \