1
Fork 0
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:
Andreas Kling 2019-03-14 12:43:18 +01:00
parent 274b500bac
commit edb986c276
6 changed files with 157 additions and 90 deletions

View file

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