Files
ladybird/Kernel/Net/UDPSocket.cpp
Andreas Kling befabe31c9 Kernel/Net: Avoid a heap allocation for every outgoing UDP packet
We can use a stack buffer to build the UDP packet instead.
2020-12-18 19:22:26 +01:00

5.4 KiB