mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 17:37:00 +02:00
There's no need for send_ipv4() to take a ByteBuffer&&, the data is immediately cooked into a packet and transmitted. Instead, just pass it the address+length of whatever buffer we've been using locally. The more we can reduce the pressure on kmalloc the better. :^)
13 KiB
13 KiB