mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 14:57:34 +00:00
IPv4: Factor out UDP parts of IPv4Socket into a UDPSocket class.
This commit is contained in:
parent
274b500bac
commit
edb986c276
6 changed files with 157 additions and 90 deletions
|
@ -36,6 +36,7 @@ KERNEL_OBJS = \
|
|||
LocalSocket.o \
|
||||
IPv4Socket.o \
|
||||
TCPSocket.o \
|
||||
UDPSocket.o \
|
||||
NetworkAdapter.o \
|
||||
E1000NetworkAdapter.o \
|
||||
NetworkTask.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue