Files
ladybird/Kernel
Andreas Kling 52cfe9ebae IPv4: Remove an unnecessary copy of each outgoing IPv4 payload
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. :^)
2019-08-05 10:43:22 +02:00
..
2019-08-02 15:18:47 +02:00
2019-07-13 08:00:24 +02:00
2019-07-29 12:00:14 +02:00
2019-07-29 11:19:04 +02:00
2019-08-02 15:18:47 +02:00
2019-05-28 17:31:20 +02:00
2019-07-13 08:00:24 +02:00
2019-08-02 15:18:47 +02:00
2019-08-02 15:18:47 +02:00