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:
parent
8014473918
commit
d2176eddfc
7 changed files with 255 additions and 160 deletions
|
@ -35,6 +35,7 @@ KERNEL_OBJS = \
|
|||
Socket.o \
|
||||
LocalSocket.o \
|
||||
IPv4Socket.o \
|
||||
TCPSocket.o \
|
||||
NetworkAdapter.o \
|
||||
E1000NetworkAdapter.o \
|
||||
NetworkTask.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue