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

Kernel: Factor out TCP parts of IPv4Socket into a TCPSocket class.

This commit is contained in:
Andreas Kling 2019-03-14 12:20:38 +01:00
parent 8014473918
commit d2176eddfc
7 changed files with 255 additions and 160 deletions

View file

@ -35,6 +35,7 @@ KERNEL_OBJS = \
Socket.o \
LocalSocket.o \
IPv4Socket.o \
TCPSocket.o \
NetworkAdapter.o \
E1000NetworkAdapter.o \
NetworkTask.o